Class RevisionSpec
A specifier for a revision or revision range.
Inheritance
System.Object
RevisionSpec
Assembly: Dogged.dll
Syntax
public class RevisionSpec : NativeDisposable
Properties
|
Improve this Doc
View Source
From
Declaration
public GitObject From { get; }
Property Value
|
Improve this Doc
View Source
To
Declaration
public GitObject To { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public RevisionSpecType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Parse(Repository, String)
Declaration
public static RevisionSpec Parse(Repository repository, string spec)
Parameters
Type |
Name |
Description |
Repository |
repository |
|
System.String |
spec |
|
Returns