Git - add commands to copy information in the repositories view (#298558)

This commit is contained in:
Ladislau Szomoru
2026-03-01 17:38:47 +01:00
committed by GitHub
parent 25edeb0b20
commit 39cd99fe01
3 changed files with 209 additions and 1 deletions

View File

@@ -129,7 +129,7 @@
"command.stashView": "View Stash...",
"command.stashView2": "View Stash",
"command.timelineOpenDiff": "Open Changes",
"command.timelineCopyCommitId": "Copy Commit ID",
"command.timelineCopyCommitId": "Copy Commit Hash",
"command.timelineCopyCommitMessage": "Copy Commit Message",
"command.timelineSelectForCompare": "Select for Compare",
"command.timelineCompareWithSelected": "Compare with Selected",
@@ -148,6 +148,11 @@
"command.graphCompareWithMergeBase": "Compare with Merge Base",
"command.graphCompareWithRemote": "Compare with Remote",
"command.deleteRef": "Delete",
"command.artifactCopyCommitHash": "Copy Commit Hash",
"command.artifactCopyBranchName": "Copy Branch Name",
"command.artifactCopyTagName": "Copy Tag Name",
"command.artifactCopyStashName": "Copy Stash Name",
"command.artifactCopyWorktreePath": "Copy Worktree Path",
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
"command.api.getRepositories": "Get Repositories",