git-svn: Don't call git-repack anymore
authorKarl Hasselström <kha@treskal.com>
Sun, 3 Feb 2008 16:56:12 +0000 (17:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Feb 2008 20:59:24 +0000 (12:59 -0800)
In a moment, we'll start calling git-gc --auto instead, since it is a
better fit to what we're trying to accomplish.

The command line options are still accepted, but don't have any
effect, and we warn the user about that.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found