git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: quote braces in {upstream} notation
@ 2010-02-10 16:30 Thomas Rast
  2010-02-10 18:06 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Rast @ 2010-02-10 16:30 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

The lack of quoting made the entire line disappear.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
---
 Documentation/git-rev-parse.txt |    2 +-
 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.
 
-- 
1.7.0.rc2.178.g109e1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 16:30 [PATCH] Documentation: quote braces in {upstream} notation Thomas Rast
2010-02-10 18:06 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).