summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2010-02-10 16:30:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-10 18:01:43 (GMT)
commit3c651491f28e01a9ee0ddaecd05fb7a211d218c3 (patch)
tree19dcb96c90e79b3138318f6ac3567c5498b3cf86 /Documentation
parent8b2337a5893479ee18dfb21a1d4aa5fc1608872d (diff)
downloadgit-3c651491f28e01a9ee0ddaecd05fb7a211d218c3.zip
git-3c651491f28e01a9ee0ddaecd05fb7a211d218c3.tar.gz
git-3c651491f28e01a9ee0ddaecd05fb7a211d218c3.tar.bz2
Documentation: quote braces in {upstream} notation
The lack of quoting made the entire line disappear. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rev-parse.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index fc73152..d677c72 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -244,7 +244,7 @@ when you run 'git merge'.
* The special construct '@\{-<n>\}' means the <n>th branch checked out
before the current one.
-* The suffix '@{upstream}' to a ref (short form 'ref@{u}') refers to
+* The suffix '@\{upstream\}' to a ref (short form 'ref@\{u\}') refers to
the branch the ref is set to build on top of. Missing ref defaults
to the current branch.