GitHistoryMode enum

Accepted types of version

Fields

SimplifiedHistory = 0

The history mode used by git log. This is the default.

FirstParent = 1

The history mode used by git log --first-parent

FullHistory = 2

The history mode used by git log --full-history

FullHistorySimplifyMerges = 3

The history mode used by git log --full-history --simplify-merges