- abortvoid abort() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- commitvoid commit() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- createvoid create(string refName, CommitID newValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- createdeprecated void create(string refName, OID newValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- deleteRefvoid deleteRef(string refName, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- deleteRefvoid deleteRef(string refName, CommitID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- deleteRefdeprecated void deleteRef(string refName, OID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- preparevoid prepare() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- startvoid start() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updatevoid update(string refName, CommitID newValue, bool noDeref) 
- Send update-ref operations (as specified in its man page). 
- updatevoid update(string refName, CommitID newValue, CommitID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updatedeprecated void update(string refName, OID newValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updatedeprecated void update(string refName, OID newValue, OID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- verifyvoid verify(string refName, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- verifyvoid verify(string refName, CommitID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- verifydeprecated void verify(string refName, OID oldValue, bool noDeref) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Spawn a update-ref process which can update git refs on the fly.