Edit

Share via


GitVersionOptions Enum

Definition

Accepted types of version options

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

Fields

Name Value Description
None 0

Not specified

PreviousChange 1

Commit that changed item prior to the current version

FirstParent 2

First parent of commit (HEAD^)

Applies to