Skip to content

Commit e618c39

Browse files
kiniEric Wong
authored andcommitted
git-svn.txt: reword description of gc command
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 <[email protected]> Signed-off-by: Eric Wong <[email protected]>
1 parent 9ebeb33 commit e618c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-svn.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ Any other arguments are passed directly to 'git log'
435435
specific revision.
436436

437437
'gc'::
438-
Compress $GIT_DIR/svn/<refname>/unhandled.log files in .git/svn
439-
and remove $GIT_DIR/svn/<refname>index files in .git/svn.
438+
Compress $GIT_DIR/svn/<refname>/unhandled.log files and remove
439+
$GIT_DIR/svn/<refname>/index files.
440440

441441
'reset'::
442442
Undoes the effects of 'fetch' back to the specified revision.

0 commit comments

Comments
 (0)