Преглед на файлове

Changes getCommit to return 1st commit

main
Eric Amodio преди 5 години
родител
ревизия
508f597972
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/git/gitService.ts

+ 1
- 1
src/git/gitService.ts Целия файл

@ -1126,7 +1126,7 @@ export class GitService implements Disposable {
const log = await this.getLog(repoPath, { maxCount: 2, ref: ref });
if (log === undefined) return undefined;
return log.commits.get(ref);
return log.commits.get(ref) || Iterables.first(log.commits.values());
}
@log()

Зареждане…
Отказ
Запис