X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-notes.txt;h=2981d8c5efd4e7e0f65d051cfe3b28d3430e3213;hb=9c74b9440108c88802f656f2fad2e8950a4a7650;hp=de63ef0745a82136eeee6a2f0993984f2ed2f4ec;hpb=878bd809d7c879f1a9ea00bdb4cb97d846ef4e93;p=git.git diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index de63ef074..2981d8c5e 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @@ -15,7 +15,7 @@ SYNOPSIS 'git notes' edit [] 'git notes' show [] 'git notes' remove [] -'git notes' prune +'git notes' prune [-n | -v] DESCRIPTION @@ -128,6 +128,15 @@ OPTIONS 'GIT_NOTES_REF' and the "core.notesRef" configuration. The ref is taken to be in `refs/notes/` if it is not qualified. +-n:: +--dry-run:: + Do not remove anything; just report the object names whose notes + would be removed. + +-v:: +--verbose:: + Report all object names whose notes are removed. + DISCUSSION ----------