소스 검색

Use --first-parent for log with --follow

Removes bogus merge commits that can show up in the history
main
Eric Amodio 4 년 전
부모
커밋
32b2bdb8b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/git/git.ts

+ 1
- 1
src/git/git.ts 파일 보기

@ -804,7 +804,7 @@ export namespace Git {
params.push(`--diff-filter=${filters.join(emptyStr)}`);
}
if (firstParent) {
if ((all !== true && renames) || firstParent) {
params.push('--first-parent');
}

불러오는 중...
취소
저장