Struct git_index
An index is a map of paths in the repository to object contents. The repository has an index which acts as the staging area for changes to be committed and a cache of in-working tree files.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_index
Fields
| Improve this Doc View SourceGIT_INDEX_ENTRY_STAGEMASK
Bitmask used to extract an index entry's stage from the flags field. Once extracted, this value should be shifted by the GIT_INDEX_ENTRY_STAGESHIFT to get the entry's stage.
Declaration
public const int GIT_INDEX_ENTRY_STAGEMASK = null
Field Value
Type | Description |
---|---|
System.Int32 |
GIT_INDEX_ENTRY_STAGESHIFT
Bit shift quantity to use to shift the bitmasked stage value from the flags to get the entry's stage.
Declaration
public const int GIT_INDEX_ENTRY_STAGESHIFT = null
Field Value
Type | Description |
---|---|
System.Int32 |