notes: dry-run and verbose options for prune
[gitweb.git] / Documentation / git-notes.txt
index 4e5113b837230c8f050cf4bbe10e8de4b3271bd0..0f3279257b9a4972836f88a10a3dd1662d5b6712 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
@@ -121,6 +121,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.
+
 
 NOTES
 -----