Enum git_index_entry_extended_flag_t
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_index_entry_extended_flag_t : int
Fields
Name | Description |
---|---|
GIT_INDEX_ENTRY_INTENT_TO_ADD | This path is intended to be added later. |
GIT_INDEX_ENTRY_SKIP_WORKTREE | The working tree version is assumed to be up-to-date and the index contents should be used regardless of what's on disk. |