GitHistoryMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| FirstParent | 1 | The history mode used by |
| FullHistory | 2 | The history mode used by |
| FullHistorySimplifyMerges | 3 | The history mode used by |