]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-notes.txt
Turn unpack_trees_options.msgs into an array + enum
[git.git] / Documentation / git-notes.txt
index de63ef0745a82136eeee6a2f0993984f2ed2f4ec..5540af5d1667aad16ac11c53593921733c4af56f 100644 (file)
@@ -15,7 +15,7 @@ SYNOPSIS
 'git notes' edit [<object>]
 'git notes' show [<object>]
 'git notes' remove [<object>]
-'git notes' prune
+'git notes' prune [-n | -v]
 
 
 DESCRIPTION
@@ -128,6 +128,13 @@ OPTIONS
        'GIT_NOTES_REF' and the "core.notesRef" configuration.  The ref
        is taken to be in `refs/notes/` if it is not qualified.
 
+-n::
+       Do not remove anything; just report the object names whose notes
+       would be removed.
+
+-v::
+       Report all object names whose notes are removed.
+
 
 DISCUSSION
 ----------