Make git-pack-redundant consider alt-odbs
authorLukas_Sandström <lukass@etek.chalmers.se>
Fri, 11 Nov 2005 00:25:04 +0000 (01:25 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 12 Nov 2005 05:19:11 +0000 (21:19 -0800)
commit1c3039e8f1eb01766cff976793c8f439095967f6
tree7aa3607d1f98e81c1efd7a5c1cbc718a2f82b6be
parent9bc0f32c77b755b8d77d215cc47fafff53cad6f5
Make git-pack-redundant consider alt-odbs

This patch changes git-pack-redundant so that packfiles
in alternate object directories also are considered when
deciding which objects are redundant.

This functionality is controlled by the flag '--alt-odb'.

Also convert the other flags to the long form, and update
docs and git-repack accordingly.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-pack-redundant.txt
git-repack.sh
pack-redundant.c