Class git_revspec
Inheritance
System.Object
git_revspec
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public class git_revspec : object
Fields
| Improve this Doc View Sourceflags
The intent of the revspec (i.e. git_revspec_t
type)
Declaration
public uint flags
Field Value
Type | Description |
---|---|
System.UInt32 |
from
The left element of the revspec; must be freed by the user.
Declaration
public git_object*from
Field Value
Type | Description |
---|---|
git_object* |
to
The right element of the revspec; must be freed by the user.
Declaration
public git_object*to
Field Value
Type | Description |
---|---|
git_object* |