Skip to content

Commit

Permalink
#45 Include commits from heads that are only referenced by tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchie committed Apr 3, 2019
1 parent b141aed commit 9e84b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export class DataSource {
if (branch !== '') {
args.push(escapeRefName(branch));
} else {
args.push('--branches');
args.push('--branches', '--tags');
if (showRemoteBranches) args.push('--remotes');
}

Expand Down

0 comments on commit 9e84b12

Please sign in to comment.