aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-notes.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-13 11:22:39 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-13 11:22:39 -0700
commit2d4fef9b86f41ad929f533e0e52dc1a6048cc2a3 (patch)
tree892c4c4b0194c611899f6d3c2c2fcfd8a346a974 /Documentation/git-notes.txt
parentcde3eadad2fcacc90792a31d0c2ed6890f373e63 (diff)
parenta9f2adff802308481f2e638bae0c5b6e205251a3 (diff)
downloadgit-2d4fef9b86f41ad929f533e0e52dc1a6048cc2a3.tar.gz
Merge branch 'mg/notes-dry-run'
* mg/notes-dry-run: notes: dry-run and verbose options for prune
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r--Documentation/git-notes.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index de63ef0745..5540af5d16 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt
@@ -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
----------