git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Carlos Martín Nieto" <cmn@elego.de>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>, Eric Wong <normalperson@yhbt.net>
Subject: [PATCH] git-svn: don't confuse editors with an apostrophe
Date: Thu, 31 Mar 2011 17:02:33 +0200	[thread overview]
Message-ID: <1301583753-2688-1-git-send-email-cmn@elego.de> (raw)

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>
---
 git-svn.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index a5857c1..fe28f6a 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -345,7 +345,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.1

             reply	other threads:[~2011-03-31 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 15:02 Carlos Martín Nieto [this message]
2011-03-31 22:59 ` [PATCH] git-svn: don't confuse editors with an apostrophe Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1301583753-2688-1-git-send-email-cmn@elego.de \
    --to=cmn@elego.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=normalperson@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).