summaryrefslogtreecommitdiff
path: root/commit-graph.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2023-04-14 08:01:54 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-14 10:27:51 -0700
commit752b465c3c0fd7f503b50c326017b8b13af83c3b (patch)
treec4147890cb3bef22549dfdca55271c6857189b54 /commit-graph.c
parent732194b5f2ff50fc536b28c3d5a3e43e0110419b (diff)
pack-objects: fix error when same packfile is included and excluded
When passing the same packfile both as included and excluded via the `--stdin-packs` option, then we will return an error because the excluded packfile cannot be found. This is because we will only set the `util` pointer for the included packfile list if it was found, so that we later die when we notice that it's in fact not set for the excluded packfile list. Fix this bug by always setting the `util` pointer for both the included and excluded list entries. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions