summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-31 16:06:13 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-31 16:06:13 -0700
commit3891e25205fcfcf3ed8583d096257f407ed4ef90 (patch)
treea766001f024e1539582044939b61a436616a42b9 /git-rev-list.html
parent5ef569ff27dfec295f3f21a67dfe6da55d667d06 (diff)
downloadgit-htmldocs-3891e25205fcfcf3ed8583d096257f407ed4ef90.tar.gz
Autogenerated HTML docs for v2.5.1-454-g16163
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 818a1532e..d90c023f6 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -955,8 +955,6 @@ ordering and formatting options, such as <code>--reverse</code>.</p></div>
matches any of the given patterns are chosen (but see
<code>--all-match</code>).
</p>
-<div class="paragraph"><p>When <code>--show-notes</code> is in effect, the message from the notes is
-matched as if it were part of the log message.</p></div>
</dd>
<dt class="hdlist1">
--all-match
@@ -1976,52 +1974,6 @@ people using 80-column terminals.</p></div>
</p>
</dd>
<dt class="hdlist1">
---notes[=&lt;ref&gt;]
-</dt>
-<dd>
-<p>
- Show the notes (see <a href="git-notes.html">git-notes(1)</a>) that annotate the
- commit, when showing the commit log message. This is the default
- for <code>git log</code>, <code>git show</code> and <code>git whatchanged</code> commands when
- there is no <code>--pretty</code>, <code>--format</code>, or <code>--oneline</code> option given
- on the command line.
-</p>
-<div class="paragraph"><p>By default, the notes shown are from the notes refs listed in the
-<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>
-<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
-"refs/notes/foo" and from the default notes ref(s).</p></div>
-</dd>
-<dt class="hdlist1">
---no-notes
-</dt>
-<dd>
-<p>
- Do not show notes. This negates the above <code>--notes</code> option, by
- resetting the list of notes refs from which notes are shown.
- Options are parsed in the order given on the command line, so e.g.
- "--notes --notes=foo --no-notes --notes=bar" will only show notes
- from "refs/notes/bar".
-</p>
-</dd>
-<dt class="hdlist1">
---show-notes[=&lt;ref&gt;]
-</dt>
-<dt class="hdlist1">
---[no-]standard-notes
-</dt>
-<dd>
-<p>
- These options are deprecated. Use the above --notes/--no-notes
- options instead.
-</p>
-</dd>
-<dt class="hdlist1">
--show-signature
</dt>
<dd>
@@ -2514,11 +2466,6 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
-<em>%N</em>: commit notes
-</p>
-</li>
-<li>
-<p>
<em>%GG</em>: raw verification message from GPG for a signed commit
</p>
</li>