mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Git - improve reference comparison commands (#274143)
* Git - improve compare commands * Remove an extra check * Fix bad manual merge
This commit is contained in:
@@ -137,8 +137,9 @@
|
||||
"command.graphCherryPick": "Cherry Pick",
|
||||
"command.graphDeleteBranch": "Delete Branch",
|
||||
"command.graphDeleteTag": "Delete Tag",
|
||||
"command.graphCompareRef": "Compare With...",
|
||||
"command.graphCompareWithMergeBase": "Compare With Merge Base",
|
||||
"command.graphCompareRef": "Compare with...",
|
||||
"command.graphCompareWithMergeBase": "Compare with Merge Base",
|
||||
"command.graphCompareWithRemote": "Compare with Remote",
|
||||
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
|
||||
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
|
||||
"command.api.getRepositories": "Get Repositories",
|
||||
|
||||
Reference in New Issue
Block a user