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 使用的历史记录模式