From: Lukas_Sandström Date: Fri, 11 Nov 2005 00:25:04 +0000 (+0100) Subject: Make git-pack-redundant consider alt-odbs X-Git-Tag: v0.99.9h^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1c3039e8f1eb01766cff976793c8f439095967f6?hp=1c3039e8f1eb01766cff976793c8f439095967f6 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 Signed-off-by: Junio C Hamano ---