Skip to content

Commit

Permalink
#163 Fixed: Viewing branches that share the same name as a file in th…
Browse files Browse the repository at this point in the history
…e repository.
  • Loading branch information
mhutchie committed Aug 21, 2019
1 parent 65306bb commit 8c28f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ export class DataSource {
if (showRemoteBranches) args.push('--remotes');
args.push('HEAD');
}
args.push('--');

return this.spawnGit(args, repo, (stdout) => {
let lines = stdout.split(EOL_REGEX);
Expand Down

0 comments on commit 8c28f30

Please sign in to comment.