diff --git a/src/dataSource.ts b/src/dataSource.ts index c28151ab..8df1e445 100644 --- a/src/dataSource.ts +++ b/src/dataSource.ts @@ -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);