git-svn.txt: reword description of gc command
authorKeshav Kini <keshav.kini@gmail.com>
Sun, 29 Sep 2013 23:45:58 +0000 (18:45 -0500)
committerEric Wong <normalperson@yhbt.net>
Thu, 10 Oct 2013 06:55:48 +0000 (06:55 +0000)
It's redundant to say that $GIT_DIR/svn/<refname>/unhandled.log or
$GIT_DIR/svn/<refname>/index is in .git/svn when $GIT_DIR is '.git', and
is wrong when $GIT_DIR is not '.git'

Also, a '/' was missing from the pathname $GIT_DIR/svn/<refname>/index .

Signed-off-by: Keshav Kini <keshav.kini@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
index 239c33c8fd5143284347d8daf0763951d5563a42..62ec72719254c0d98f96618a9e7939823c327cac 100644 (file)
@@ -435,8 +435,8 @@ Any other arguments are passed directly to 'git log'
        specific revision.
 
 'gc'::
-       Compress $GIT_DIR/svn/<refname>/unhandled.log files in .git/svn
-       and remove $GIT_DIR/svn/<refname>index files in .git/svn.
+       Compress $GIT_DIR/svn/<refname>/unhandled.log files and remove
+       $GIT_DIR/svn/<refname>/index files.
 
 'reset'::
        Undoes the effects of 'fetch' back to the specified revision.