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>
No differences found