summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-14 15:15:51 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-14 15:15:51 -0700
commit1f7c4a50fe813d6e616e950c633237d4dde581d6 (patch)
tree24a80fa92ba47600dde0d9b37c4140f6939e0d84 /git-log.html
parent6fbdfc93ce6e337fa789094729683499fcf3a01d (diff)
downloadgit-htmldocs-1f7c4a50fe813d6e616e950c633237d4dde581d6.tar.gz
Autogenerated HTML docs for v2.6.1-145-gb27da
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-log.html b/git-log.html
index 1f20f751a..4af0b6d3f 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1911,8 +1911,9 @@ people using 80-column terminals.</p></div>
<em>core.notesRef</em> and <em>notes.displayRef</em> variables (or corresponding
environment overrides). See <a href="git-config.html">git-config(1)</a> for more details.</p></div>
<div class="paragraph"><p>With an optional <em>&lt;ref&gt;</em> argument, show this notes ref instead of the
-default notes ref(s). The ref is taken to be in <code>refs/notes/</code> if it
-is not qualified.</p></div>
+default notes ref(s). The ref specifies the full refname when it begins
+with <code>refs/notes/</code>; when it begins with <code>notes/</code>, <code>refs/</code> and otherwise
+<code>refs/notes/</code> is prefixed to form a full name of the ref.</p></div>
<div class="paragraph"><p>Multiple --notes options can be combined to control which notes are
being displayed. Examples: "--notes=foo" will show only notes from
"refs/notes/foo"; "--notes=foo --notes" will show both notes from