summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
commit56d696ee5be4d6ce871726df6e396c76eedcccf0 (patch)
tree5fdbf981967be28ae958f476b0b6d9b4343fd146 /git-checkout.html
parent792b6092433e1d94ae2e4b9e83a333bf2d0425a2 (diff)
downloadgit-htmldocs-56d696ee5be4d6ce871726df6e396c76eedcccf0.tar.gz
Autogenerated HTML docs for v2.22.0-rc1
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 6e148dce9..18cecb26b 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -1186,6 +1186,9 @@ leave out at most one of <code>A</code> and <code>B</code>, in which case it def
The name of a commit at which to start the new branch; see
<a href="git-branch.html">git-branch(1)</a> for details. Defaults to HEAD.
</p>
+<div class="paragraph"><p>As a special case, you may use <code>"A...B"</code> as a shortcut for the
+merge base of <code>A</code> and <code>B</code> if there is exactly one merge base. You can
+leave out at most one of <code>A</code> and <code>B</code>, in which case it defaults to <code>HEAD</code>.</p></div>
</dd>
<dt class="hdlist1">
&lt;tree-ish&gt;
@@ -1469,7 +1472,7 @@ $ git add frotz</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-16 21:48:13 JST
+ 2019-05-19 17:58:26 JST
</div>
</div>
</body>