From: "Carlos Martín Nieto" <cmn@elego.de>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH RESEND] git-svn: don't confuse editors with an apostrophe
Date: Fri, 29 Apr 2011 13:40:14 +0200 [thread overview]
Message-ID: <1304077214-1707-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>
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
next reply other threads:[~2011-04-29 11:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-29 11:40 Carlos Martín Nieto [this message]
2011-04-29 16:28 ` [PATCH RESEND] git-svn: don't confuse editors with an apostrophe 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
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=1304077214-1707-1-git-send-email-cmn@elego.de \
--to=cmn@elego.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).