Skip to content

Commit

Permalink
git-svn.txt: reword description of gc command
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Keshav Kini authored and Eric Wong committed Oct 10, 2013
1 parent 9ebeb33 commit e618c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-svn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e618c39

Please sign in to comment.