git-p4: fix clone @all regression
[gitweb.git] / Documentation / git-notes.txt
index 1de1417d82dac2430631b74b2a92d5fd66f6f397..296f314eae5af684e68965f4b04bd9acbd4c35a1 100644 (file)
@@ -19,6 +19,7 @@ SYNOPSIS
 'git notes' merge --abort [-v | -q]
 'git notes' remove [<object>]
 'git notes' prune [-n | -v]
+'git notes' get-ref
 
 
 DESCRIPTION
@@ -109,6 +110,10 @@ remove::
 prune::
        Remove all notes for non-existing/unreachable objects.
 
+get-ref::
+       Print the current notes ref. This provides an easy way to
+       retrieve the current notes ref (e.g. from scripts).
+
 OPTIONS
 -------
 -f::