From e618c3960a07ec411466ee5aa4e87ea091a72b94 Mon Sep 17 00:00:00 2001 From: Keshav Kini Date: Sun, 29 Sep 2013 18:45:58 -0500 Subject: [PATCH] git-svn.txt: reword description of gc command It's redundant to say that $GIT_DIR/svn//unhandled.log or $GIT_DIR/svn//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//index . Signed-off-by: Keshav Kini Signed-off-by: Eric Wong --- Documentation/git-svn.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 239c33c8fd..62ec727192 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -435,8 +435,8 @@ Any other arguments are passed directly to 'git log' specific revision. 'gc':: - Compress $GIT_DIR/svn//unhandled.log files in .git/svn - and remove $GIT_DIR/svn/index files in .git/svn. + Compress $GIT_DIR/svn//unhandled.log files and remove + $GIT_DIR/svn//index files. 'reset':: Undoes the effects of 'fetch' back to the specified revision. -- 2.47.1