We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HEAD
1 parent f47ffc7 commit a492007Copy full SHA for a492007
web/main.ts
@@ -558,6 +558,7 @@ class GitGraphView {
558
if (includeShowAll) {
559
options.push({ name: 'Show All', value: SHOW_ALL_BRANCHES });
560
}
561
+ options.push({ name: 'HEAD', value: 'HEAD' });
562
for (let i = 0; i < this.config.customBranchGlobPatterns.length; i++) {
563
options.push({ name: 'Glob: ' + this.config.customBranchGlobPatterns[i].name, value: this.config.customBranchGlobPatterns[i].glob });
564
0 commit comments