Enum IndexEntryFlags
The flags for an index entry.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public enum IndexEntryFlags : int
Fields
| Name | Description |
|---|---|
| IntentToAdd | This path is intended to be added later. |
| None | The index entry is a normal file. |
| SkipWorktree | The working tree version is assumed to be up-to-date and the index contents should be used regardless of what's on disk. |
| 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. |