summaryrefslogtreecommitdiff
path: root/t/t4252/am-test-3-1
diff options
context:
space:
mode:
authorLibravatar Taylor Blau <me@ttaylorr.com>2021-09-28 21:55:12 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-09-28 21:20:56 -0700
commita169166d2bc855f7cc0bbf79039b48da91782d95 (patch)
treea1f0ee4918432965242b22dc4baaae2b4f9cb877 /t/t4252/am-test-3-1
parentbuiltin/repack.c: keep track of existing packs unconditionally (diff)
downloadtgif-a169166d2bc855f7cc0bbf79039b48da91782d95.tar.xz
builtin/repack.c: rename variables that deal with non-kept packs
The new variable `existing_kept_packs` (and corresponding parameter `fname_kept_list`) added by the previous patch make it seem like `existing_packs` and `fname_list` are each subsets of the other two respectively. In reality, each pair is disjoint: one stores the packs without .keep files, and the other stores the packs with .keep files. Rename each to more clearly reflect this. Suggested-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4252/am-test-3-1')
0 files changed, 0 insertions, 0 deletions