Skip to content

Commit

Permalink
Documentation: quote braces in {upstream} notation
Browse files Browse the repository at this point in the history
The lack of quoting made the entire line disappear.

Signed-off-by: Thomas Rast <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
trast authored and gitster committed Feb 10, 2010
1 parent 8b2337a commit 3c65149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3c65149

Please sign in to comment.