summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-24 15:18:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-24 15:18:00 (GMT)
commit572e460b7a5f09bc5cec446b852cb57261b8563b (patch)
treeb3b6daf0559061ae7aa31f590419c461082dc694
parenta1997dad1fc8c291d460d1f0bc595bcc739d6880 (diff)
parentc5c0a5ff1dcda0e0dfea3924d78cff480a4dd1a9 (diff)
downloadgit-572e460b7a5f09bc5cec446b852cb57261b8563b.zip
git-572e460b7a5f09bc5cec446b852cb57261b8563b.tar.gz
git-572e460b7a5f09bc5cec446b852cb57261b8563b.tar.bz2
Merge branch 'yn/checkout-doc-fix'
Doc fix. * yn/checkout-doc-fix: checkout doc: fix an unmatched double-quote pair
-rw-r--r--Documentation/git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index 9a39649..8c3d412 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -289,7 +289,7 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode.
+
You can use the `"@{-N}"` syntax to refer to the N-th last
branch/commit checked out using "git checkout" operation. You may
-also specify `-` which is synonymous to `"@{-1}`.
+also specify `-` which is synonymous to `"@{-1}"`.
+
As a special case, you may use `"A...B"` as a shortcut for the
merge base of `A` and `B` if there is exactly one merge base. You can