Skip to content

Commit 3c65149

Browse files
trastgitster
authored andcommitted
Documentation: quote braces in {upstream} notation
The lack of quoting made the entire line disappear. Signed-off-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b2337a commit 3c65149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rev-parse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ when you run 'git merge'.
244244
* The special construct '@\{-<n>\}' means the <n>th branch checked out
245245
before the current one.
246246

247-
* The suffix '@{upstream}' to a ref (short form 'ref@{u}') refers to
247+
* The suffix '@\{upstream\}' to a ref (short form 'ref@\{u\}') refers to
248248
the branch the ref is set to build on top of. Missing ref defaults
249249
to the current branch.
250250

0 commit comments

Comments
 (0)