coc-git 2.4.10 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +356 -216
  2. package/package.json +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.4.10",
3
+ "version": "2.5.1",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",
@@ -74,6 +74,10 @@
74
74
  {
75
75
  "title": "Push code of current branch to remote",
76
76
  "command": "git.push"
77
+ },
78
+ {
79
+ "title": "Show git blame info in float or popup window",
80
+ "command": "git.showBlameDoc"
77
81
  }
78
82
  ],
79
83
  "configuration": {
@@ -308,6 +312,11 @@
308
312
  "default": "DiffAdd",
309
313
  "description": "Highlight group for the incoming version of a merge conflict."
310
314
  },
315
+ "git.gstatus.saveBeforeOpen": {
316
+ "type": "boolean",
317
+ "default": "false",
318
+ "description": "Auto save opened files before open list."
319
+ },
311
320
  "coc.source.issues.enable": {
312
321
  "type": "boolean",
313
322
  "default": true