Edit

GitHistoryMode Enum

Definition

Accepted types of version

[System.Runtime.Serialization.DataContract]
public enum GitHistoryMode
type GitHistoryMode = 
Public Enum GitHistoryMode
Inheritance
GitHistoryMode
Attributes

Fields

Name Value Description
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

Applies to