Struct git_oid
An object id; a unique identifier for a Git object including a commit, tree, blob and tag.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_oid
Fields
| Improve this Doc View SourceGIT_OID_HEXSZ
Size in bytes of a hexadecimal formatted object id string.
Declaration
public const int GIT_OID_HEXSZ = null
Field Value
Type | Description |
---|---|
System.Int32 |
GIT_OID_RAWSZ
Size in bytes of a raw (binary) object id.
Declaration
public const int GIT_OID_RAWSZ = null
Field Value
Type | Description |
---|---|
System.Int32 |
id
The raw (binary) object id.
Declaration
public byte *id
Field Value
Type | Description |
---|---|
System.Byte* |