Show / Hide Table of Contents

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 Source

flags

The intent of the revspec (i.e. git_revspec_t type)

Declaration
public uint flags
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

from

The left element of the revspec; must be freed by the user.

Declaration
public git_object*from
Field Value
Type Description
git_object*
| Improve this Doc View Source

to

The right element of the revspec; must be freed by the user.

Declaration
public git_object*to
Field Value
Type Description
git_object*
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX