Enum git_index_entry_flag_t
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_index_entry_flag_t : int
Fields
Name | Description |
---|---|
GIT_INDEX_ENTRY_EXTENDED | Flag to indicate that there are extended flag entries for this index entry. |
GIT_INDEX_ENTRY_VALID | The working tree data should be assumed to be valid, and should not be compared to the index; the working tree should be assumed to be unchanged. |