共用方式為


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