Show / Hide Table of Contents

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 Source

GIT_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
| Improve this Doc View Source

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
| Improve this Doc View Source

id

The raw (binary) object id.

Declaration
public byte *id
Field Value
Type Description
System.Byte*
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX