Skip to content

Commit a492007

Browse files
committed
feat: add HEAD in branch options
1 parent f47ffc7 commit a492007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ class GitGraphView {
558558
if (includeShowAll) {
559559
options.push({ name: 'Show All', value: SHOW_ALL_BRANCHES });
560560
}
561+
options.push({ name: 'HEAD', value: 'HEAD' });
561562
for (let i = 0; i < this.config.customBranchGlobPatterns.length; i++) {
562563
options.push({ name: 'Glob: ' + this.config.customBranchGlobPatterns[i].name, value: this.config.customBranchGlobPatterns[i].glob });
563564
}

0 commit comments

Comments
 (0)