Code

git-repack --max-pack-size: add option parsing to enable feature
authorDana L. How <danahow@gmail.com>
Sun, 13 May 2007 19:47:09 +0000 (12:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 May 2007 04:55:26 +0000 (21:55 -0700)
commit6b94b1a09af9cf877f0bc43d6097bce56f856866
treefbcf76db0f43a5f3448d5732a2c97d453061e5d4
parentebe27b137c971d6d436c8d2125296ee526f6d02b
git-repack --max-pack-size: add option parsing to enable feature

Add --max-pack-size parsing and usage messages.
Upgrade git-repack.sh to handle multiple packfile names,
and build packfiles in GIT_OBJECT_DIRECTORY not GIT_DIR.
Update documentation.

Signed-off-by: Dana L. How <danahow@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-pack-objects.txt
Documentation/git-repack.txt
builtin-pack-objects.c
git-repack.sh