git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] git-svn: don't confuse editors with an apostrophe
@ 2011-04-29 11:40 Carlos Martín Nieto
  2011-04-29 16:28 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Martín Nieto @ 2011-04-29 11:40 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

The quotation mark serving as an apostrophe confuses editors and they
think a large part of the rest of the file is a string. Change
"you're" to "you are" to avoid this.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Acked-by: Eric Wong <normalperson@yhbt.net>
---

I sent this on 31-03-2011 but apart from Eric's ack, there was no
reaction and I don't see it in the patch queue.

   cmn

 git-svn.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index bf0451b..bc5981d 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -348,7 +348,7 @@ Usage: git svn <command> [options] [arguments]\n
 	}
 	print $fd <<"";
 \nGIT_SVN_ID may be set in the environment or via the --id/-i switch to an
-arbitrary identifier if you're tracking multiple SVN branches/repositories in
+arbitrary identifier if you are tracking multiple SVN branches/repositories in
 one git repository and want to keep them separate.  See git-svn(1) for more
 information.
 
-- 
1.7.4.2.437.g4fc7e.dirty

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

end of thread, other threads:[~2011-05-01  2:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 11:40 [PATCH RESEND] git-svn: don't confuse editors with an apostrophe Carlos Martín Nieto
2011-04-29 16:28 ` Junio C Hamano
2011-04-29 20:51   ` Carlos Martín Nieto
2011-04-29 21:47     ` Junio C Hamano
2011-05-01  2:12     ` Eric Wong

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).