diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-09-28 21:55:12 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-28 21:20:56 -0700 |
commit | a169166d2bc855f7cc0bbf79039b48da91782d95 (patch) | |
tree | a1f0ee4918432965242b22dc4baaae2b4f9cb877 /t/t4036-format-patch-signer-mime.sh | |
parent | builtin/repack.c: keep track of existing packs unconditionally (diff) | |
download | tgif-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/t4036-format-patch-signer-mime.sh')
0 files changed, 0 insertions, 0 deletions