|
7578 | 7578 | "title": "Inspect Details", |
7579 | 7579 | "icon": "$(eye)" |
7580 | 7580 | }, |
| 7581 | + { |
| 7582 | + "command": "gitlens.graph.soloBranch", |
| 7583 | + "title": "Solo Branch", |
| 7584 | + "category": "GitLens" |
| 7585 | + }, |
| 7586 | + { |
| 7587 | + "command": "gitlens.graph.soloBranch:views", |
| 7588 | + "title": "Solo Branch in Commit Graph", |
| 7589 | + "category": "GitLens" |
| 7590 | + }, |
| 7591 | + { |
| 7592 | + "command": "gitlens.graph.soloTag", |
| 7593 | + "title": "Solo Tag", |
| 7594 | + "category": "GitLens" |
| 7595 | + }, |
| 7596 | + { |
| 7597 | + "command": "gitlens.graph.soloTag:views", |
| 7598 | + "title": "Solo Tag in Commit Graph", |
| 7599 | + "category": "GitLens" |
| 7600 | + }, |
7581 | 7601 | { |
7582 | 7602 | "command": "gitlens.graph.split", |
7583 | 7603 | "title": "Split Commit Graph", |
|
18799 | 18819 | "when": "viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+starred\\b)/ && listMultiSelection", |
18800 | 18820 | "group": "8_gitlens_actions@1" |
18801 | 18821 | }, |
| 18822 | + { |
| 18823 | + "command": "gitlens.graph.soloBranch:views", |
| 18824 | + "when": "viewItem =~ /gitlens:branch\\b/", |
| 18825 | + "group": "8_gitlens_actions@9" |
| 18826 | + }, |
18802 | 18827 | { |
18803 | 18828 | "command": "gitlens.views.repositories.setShowSectionOff", |
18804 | 18829 | "when": "viewItem =~ /gitlens:(compare:branch(?=.*?\\b\\+root\\b)|branches|branch(?=.*?\\b\\+commits\\b)|reflog|remotes|stashes|status:upstream|tags|worktrees)\\b/ && view == gitlens.views.repositories && !listMultiSelection", |
|
20243 | 20268 | "when": "viewItem =~ /gitlens:tag\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders", |
20244 | 20269 | "group": "1_gitlens_actions_3@3" |
20245 | 20270 | }, |
| 20271 | + { |
| 20272 | + "command": "gitlens.graph.soloTag:views", |
| 20273 | + "when": "viewItem =~ /gitlens:tag\\b/", |
| 20274 | + "group": "8_gitlens_actions@9" |
| 20275 | + }, |
20246 | 20276 | { |
20247 | 20277 | "command": "gitlens.views.createTag", |
20248 | 20278 | "when": "viewItem =~ /gitlens:tags\\b/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders", |
|
24776 | 24806 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+starred\\b)/ && !listMultiSelection", |
24777 | 24807 | "group": "8_gitlens_actions@1" |
24778 | 24808 | }, |
| 24809 | + { |
| 24810 | + "command": "gitlens.graph.soloBranch", |
| 24811 | + "when": "webviewItem =~ /gitlens:branch\\b/", |
| 24812 | + "group": "8_gitlens_actions@9" |
| 24813 | + }, |
24779 | 24814 | { |
24780 | 24815 | "command": "gitlens.graph.hideRemote", |
24781 | 24816 | "when": "webviewItem =~ /gitlens:branch\\b(?=.*?\\b\\+remote\\b)(?!.*?\\b\\+current\\b)/", |
|
25236 | 25271 | "when": "webviewItem =~ /gitlens:tag\\b/ && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders", |
25237 | 25272 | "group": "1_gitlens_actions_3@4" |
25238 | 25273 | }, |
| 25274 | + { |
| 25275 | + "command": "gitlens.graph.soloTag", |
| 25276 | + "when": "webviewItem =~ /gitlens:tag\\b/", |
| 25277 | + "group": "8_gitlens_actions@9" |
| 25278 | + }, |
25239 | 25279 | { |
25240 | 25280 | "command": "gitlens.graph.hideTag", |
25241 | 25281 | "when": "webviewItem =~ /gitlens:tag\\b/", |
|
0 commit comments