Skip to content

Commit 94021d0

Browse files
committed
hide tags when simplifyByDecoration checked but show tags not
1 parent d77c195 commit 94021d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dataSource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,7 @@ export class DataSource extends Disposable {
15641564
// Show All
15651565
args.push('--branches');
15661566
if (includeTags) args.push('--tags');
1567+
else if(simplifyByDecoration) args.push('--decorate-refs-exclude=refs/tags/');
15671568
if (includeCommitsMentionedByReflogs) args.push('--reflog');
15681569
if (includeRemotes) {
15691570
if (hideRemotes.length === 0) {

0 commit comments

Comments
 (0)