diff options
author | Robert Allan Zeh <robert.a.zeh@gmail.com> | 2009-07-19 18:00:52 -0500 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2009-07-25 04:09:43 -0700 |
commit | 2da9ee0888a8570f9a85ef11f208556c5316e3d4 (patch) | |
tree | fb89510a68832912cce5fcfd34b94324a2a1e06f /Documentation/git-svn.txt | |
parent | 6517452d7a4269e9a34648a28b8931640299f458 (diff) | |
download | git-2da9ee0888a8570f9a85ef11f208556c5316e3d4.tar.gz |
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/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 10af599b44..068aa58a5b 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 |