- create
void create(string refName, Hash 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, Hash oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(string refName, Hash newValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(string refName, Hash newValue, Hash 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, Hash oldValue, bool noDeref)
Undocumented in source. Be warned that the author may not have intended to support it.