Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RefUpdate ¶
type RefUpdate struct { Name plumbing.ReferenceName // OldHash, if set, is the expected value of the reference. If the value is not set, the // reference will be updated to the new value unconditionally. Use ZeroHash if you expect // the reference to not exist. OldHash *plumbing.Hash // NewHash is the value that the reference will be updated to. NewHash plumbing.Hash }
Click to show internal directories.
Click to hide internal directories.