From: Brandon Casey Date: Fri, 20 Mar 2009 03:47:54 +0000 (-0500) Subject: Remove --kept-pack-only option and associated infrastructure X-Git-Tag: v1.6.1.4~1^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4d6acb70411cd4fe69610cf1b22f186fa01614f7?hp=4d6acb70411cd4fe69610cf1b22f186fa01614f7 Remove --kept-pack-only option and associated infrastructure This option to pack-objects/rev-list was created to improve the -A and -a options of repack. It was found to be lacking in that it did not provide the ability to differentiate between local and non-local kept packs, and found to be unnecessary since objects residing in local kept packs can be filtered out by the --honor-pack-keep option. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano ---