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.
1 parent d77c195 commit 94021d0Copy full SHA for 94021d0
src/dataSource.ts
@@ -1564,6 +1564,7 @@ export class DataSource extends Disposable {
1564
// Show All
1565
args.push('--branches');
1566
if (includeTags) args.push('--tags');
1567
+ else if(simplifyByDecoration) args.push('--decorate-refs-exclude=refs/tags/');
1568
if (includeCommitsMentionedByReflogs) args.push('--reflog');
1569
if (includeRemotes) {
1570
if (hideRemotes.length === 0) {
0 commit comments