Show / Hide Table of Contents

Enum git_revspec_t

The type of a revision spec.

Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_revspec_t : int

Fields

Name Description
GIT_REVSPEC_MERGE_BASE

The spec used the '...' operator, which invokes special semantics.

GIT_REVSPEC_RANGE

The spec targeted a range of commits.

GIT_REVSPEC_SINGLE

The spec targeted a single object.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX