summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Allan Zeh <robert.a.zeh@gmail.com>2009-07-19 23:00:52 (GMT)
committerEric Wong <normalperson@yhbt.net>2009-07-25 11:09:43 (GMT)
commit2da9ee0888a8570f9a85ef11f208556c5316e3d4 (patch)
treefb89510a68832912cce5fcfd34b94324a2a1e06f /Documentation
parent6517452d7a4269e9a34648a28b8931640299f458 (diff)
downloadgit-2da9ee0888a8570f9a85ef11f208556c5316e3d4.zip
git-2da9ee0888a8570f9a85ef11f208556c5316e3d4.tar.gz
git-2da9ee0888a8570f9a85ef11f208556c5316e3d4.tar.bz2
git svn: add gc command
Add a git svn gc command that gzips all unhandled.log files, and removes all index files under .git/svn. Signed-off-by: Robert Allan Zeh <robert.a.zeh@gmail.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-svn.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 10af599..068aa58 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -338,6 +338,10 @@ Any other arguments are passed directly to 'git log'
Shows the Subversion externals. Use -r/--revision to specify a
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.
+
'reset'::
Undoes the effects of 'fetch' back to the specified revision.
This allows you to re-'fetch' an SVN revision. Normally the