summaryrefslogtreecommitdiffstats
path: root/gitrevisions.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-19 22:35:10 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-19 22:35:10 -0700
commit52a094d73a03abe677880d74fe3ec08f73583aa7 (patch)
tree5ab92370d4203b6fa4f147f8fffb2ffa328a1c42 /gitrevisions.html
parent761b4816f4f926a06d6c0fc060763ff857b9acfa (diff)
downloadgit-htmldocs-52a094d73a03abe677880d74fe3ec08f73583aa7.tar.gz
Autogenerated HTML docs for v2.13.0-rc0
Diffstat (limited to 'gitrevisions.html')
-rw-r--r--gitrevisions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitrevisions.html b/gitrevisions.html
index 631402d0a..d2c1a5f86 100644
--- a/gitrevisions.html
+++ b/gitrevisions.html
@@ -1177,7 +1177,7 @@ for naming a set that is formed by a commit and its parent commits.</p></div>
<div class="paragraph"><p>The <em>r1&#94;@</em> notation means all parents of <em>r1</em>.</p></div>
<div class="paragraph"><p>The <em>r1&#94;!</em> notation includes commit <em>r1</em> but excludes all of its parents.
By itself, this notation denotes the single commit <em>r1</em>.</p></div>
-<div class="paragraph"><p>The <em>&lt;rev&gt;&#94;-{&lt;n&gt;}</em> notation includes <em>&lt;rev&gt;</em> but excludes the &lt;n&gt;th
+<div class="paragraph"><p>The <em>&lt;rev&gt;&#94;-&lt;n&gt;</em> notation includes <em>&lt;rev&gt;</em> but excludes the &lt;n&gt;th
parent (i.e. a shorthand for <em>&lt;rev&gt;&#94;&lt;n&gt;..&lt;rev&gt;</em>), with <em>&lt;n&gt;</em> = 1 if
not given. This is typically useful for merge commits where you
can just pass <em>&lt;commit&gt;&#94;-</em> to get all the commits in the branch
@@ -1252,7 +1252,7 @@ three notations also consider its parents. For example you can say
</p>
</dd>
<dt class="hdlist1">
-<em>&lt;rev&gt;&#94;-{&lt;n&gt;}</em>, e.g. <em>HEAD&#94;-, HEAD&#94;-2</em>
+<em>&lt;rev&gt;&#94;-&lt;n&gt;</em>, e.g. <em>HEAD&#94;-, HEAD&#94;-2</em>
</dt>
<dd>
<p>