author | Lukas_Sandström <lukass@etek.chalmers.se> | |
Fri, 11 Nov 2005 00:25:04 +0000 (01:25 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 12 Nov 2005 05:19:11 +0000 (21:19 -0800) | ||
commit | 1c3039e8f1eb01766cff976793c8f439095967f6 | |
tree | 7aa3607d1f98e81c1efd7a5c1cbc718a2f82b6be | tree | snapshot |
parent | 9bc0f32c77b755b8d77d215cc47fafff53cad6f5 | commit | diff |
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>
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 | diff | blob | history | |
git-repack.sh | diff | blob | history | |
pack-redundant.c | diff | blob | history |