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@xxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html