Method | Description | |
---|---|---|
Deserialize ( GitObjectReader input ) : void |
Loads the tag from the GitObjectReader
|
|
Serialize ( ) : byte[] |
Method | Description | |
---|---|---|
Deserialize ( ) : void | ||
Load ( Repository repo, string sha, string path ) : |
||
Tag ( Repository repo, string sha ) : System |
public Deserialize ( GitObjectReader input ) : void | ||
input | GitObjectReader | A reader with inflated tag contents |
return | void |