- abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
- commit
void commit()
Undocumented in source. Be warned that the author may not have intended to support it.
- create
void create(string refName, CommitID newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
deprecated void create(string refName, OID newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteRef
void deleteRef(string refName, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteRef
void deleteRef(string refName, CommitID oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteRef
deprecated void deleteRef(string refName, OID oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepare
void prepare()
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(string refName, CommitID newValue, bool noDeref)
Send update-ref operations (as specified in its man page).
- update
void update(string refName, CommitID newValue, CommitID oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
deprecated void update(string refName, OID newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
deprecated 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.
- verify
void verify(string refName, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
void verify(string refName, CommitID oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
deprecated 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.