Changes commit type repo to branch

This commit is contained in:
Eric Amodio
2017-03-29 00:43:22 -04:00
parent 9aadf73407
commit 640a11b3cb
4 changed files with 4 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ export class GitService extends Disposable {
try {
const data = await Git.log(repoPath, sha, maxCount, reverse);
return GitLogParser.parse(data, 'repo', repoPath, undefined, sha, maxCount, reverse, undefined);
return GitLogParser.parse(data, 'branch', repoPath, undefined, sha, maxCount, reverse, undefined);
}
catch (ex) {
return undefined;