summaryrefslogtreecommitdiffstats
path: root/gitrevisions.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-30 16:00:21 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-30 16:00:21 -0700
commitdc8d0c30582dfb0c734e0999ffbb301067de92ef (patch)
treecf4262bb682df7b39006e1f33554dd9804623144 /gitrevisions.html
parent2affb96f40129de19a00a0ff8b22e31a47499c42 (diff)
downloadgit-htmldocs-dc8d0c30582dfb0c734e0999ffbb301067de92ef.tar.gz
Autogenerated HTML docs for v2.12.2-575-gb14f2
Diffstat (limited to 'gitrevisions.html')
-rw-r--r--gitrevisions.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/gitrevisions.html b/gitrevisions.html
index 1850a2fce..631402d0a 100644
--- a/gitrevisions.html
+++ b/gitrevisions.html
@@ -923,7 +923,8 @@ some output processing may assume ref names in UTF-8.</p></div>
refers to the branch that the branch specified by branchname is set to build on
top of (configured with <code>branch.&lt;name&gt;.remote</code> and
<code>branch.&lt;name&gt;.merge</code>). A missing branchname defaults to the
- current one.
+ current one. These suffixes are also accepted when spelled in uppercase, and
+ they mean the same thing no matter the case.
</p>
</dd>
<dt class="hdlist1">
@@ -953,6 +954,8 @@ refs/remotes/myfork/mybranch</code></pre>
<div class="paragraph"><p>Note in the example that we set up a triangular workflow, where we pull
from one location and push to another. In a non-triangular workflow,
<em>@{push}</em> is the same as <em>@{upstream}</em>, and there is no need for it.</p></div>
+<div class="paragraph"><p>This suffix is also accepted when spelled in uppercase, and means the same
+thing no matter the case.</p></div>
</dd>
<dt class="hdlist1">
<em>&lt;rev&gt;&#94;</em>, e.g. <em>HEAD&#94;, v1.5.1&#94;0</em>