gc: rename keep_base_pack variable for --keep-largest-pack
commit793c1464d3ee6932bf48f32b4d0a9c8c2efc504f
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 20 Nov 2020 11:55:22 +0000 (20 12:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Nov 2020 19:39:59 +0000 (21 11:39 -0800)
tree5593be62cddacac412ca2910fa14b0c8f8ad0c69
parentdb5368b846ac4c21f8d3bbc8e63c9b8d38ff19ff
gc: rename keep_base_pack variable for --keep-largest-pack

As noted in an earlier change the keep_base_pack variable name is a
relic from an earlier on-list version of ae4e89e549 ("gc: add
--keep-largest-pack option", 2018-04-15) before it was renamed to
--keep-largest-pack.

Let's change the variable name to avoid that confusion, it's easier to
read the code if there's a 1=1 mapping between the variable name and
option name.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c