다음을 통해 공유


GitHistoryMode enum

허용되는 버전 유형

필드

SimplifiedHistory = 0

에서 사용하는 git log기록 모드입니다. 기본값입니다.

FirstParent = 1

에 사용되는 기록 모드 git log --first-parent

FullHistory = 2

에 사용되는 기록 모드 git log --full-history

FullHistorySimplifyMerges = 3

에 사용되는 기록 모드 git log --full-history --simplify-merges