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