diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-05-20 19:18:08 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-05-26 15:48:26 -0700 |
| commit | 72263ffc322d0b6c8646a4f096981a0b4bad17ba (patch) | |
| tree | 92bb7537dd8d91f61a21ac68a033b4de73b42f73 /commit-graph.c | |
| parent | builtin/repack.c: allow configuring cruft pack generation (diff) | |
| download | git-72263ffc322d0b6c8646a4f096981a0b4bad17ba.tar.gz git-72263ffc322d0b6c8646a4f096981a0b4bad17ba.zip | |
builtin/repack.c: use named flags for existing_packs
We use the `util` pointer for items in the `existing_packs` string list
to indicate which packs are going to be deleted. Since that has so far
been the only use of that `util` pointer, we just set it to 0 or 1.
But we're going to add an additional state to this field in the next
patch, so prepare for that by adding a #define for the first bit so we
can more expressively inspect the flags state.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
