Enum git_reference_t
Basic types for a Git reference.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_reference_t : int
Fields
Name | Description |
---|---|
GIT_REFERENCE_ALL | A value that includes all reference types. |
GIT_REFERENCE_DIRECT | A direct reference that points directly to an object id. |
GIT_REFERENCE_INVALID | An invalid reference. |
GIT_REFERENCE_SYMBOLIC | A symbolic reference that points to another reference;
for example, |