package
2.8.0
Repository: https://github.com/ldez/go-git-cmd-wrapper.git
Documentation: pkg.go.dev

# Functions

Abort Abort/reset an in-progress git notes merge, i.e.
Add notes for a given object (defaults to `HEAD`).
AllowEmpty Allow an empty note object to be stored.
Append to the notes of an existing object (defaults to `HEAD`).
Commit Finalize an in-progress git notes merge.
Copy the notes for the first object onto the second object (defaults to `HEAD`).
DryRun Do not remove anything; just report the object names whose notes would be removed.
Edit the notes for a given object (defaults to `HEAD`).
File Take the note message from the given file.
Force When adding notes to an object that already has notes, overwrite the existing notes (instead of aborting).
GetRef Print the current notes ref.
IgnoreMissing Do not consider it an error to request removing notes from an object that does not have notes attached to it.
List the notes object for a given object.
Merge the given notes ref into the current notes ref.
Message Use the given note message (instead of prompting).
NotesRef related to `merge` sub-command (`<notes-ref>`).
Object related to `copy` sub-command (`<from-object> <to-object>`).
Prune Remove all notes for non-existing/unreachable objects.
Quiet When merging notes, operate quietly.
ReeditMessage Like -C, but with -c the editor is invoked, so that the user can further edit the note message.
Ref Manipulate the notes tree in <ref>.
Remove the notes for given objects (defaults to `HEAD`).
ReuseMessage Take the given blob object (for example, another note) as the note message.
Show the notes for a given object (defaults to `HEAD`).
Stdin Also read the object names to remove notes from the standard input (there is no reason you cannot combine this with object names from the command line).
Strategy When merging notes, resolve notes conflicts using the given strategy.
Verbose When merging notes, be more verbose.