Show / Hide Table of Contents

Enum RevisionSpecType

The type of the revision spec.

Namespace: Dogged
Assembly: Dogged.dll
Syntax
public enum RevisionSpecType : int

Fields

Name Description
MergeBase

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

Range

The spec targeted a range of commits.

Single

The spec targeted a single object.

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