commit | 1c3039e8f1eb01766cff976793c8f439095967f6 | [log] [tgz] |
---|---|---|
author | Lukas_Sandström <lukass@etek.chalmers.se> | Fri Nov 11 01:25:04 2005 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Fri Nov 11 21:19:11 2005 -0800 |
tree | 7aa3607d1f98e81c1efd7a5c1cbc718a2f82b6be | |
parent | 9bc0f32c77b755b8d77d215cc47fafff53cad6f5 [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>