avoid a needless check for set membership in got_pack_repaint_parent_commits()
commitd60b4329437936f4c90fe1c112ef27be6b86ddf7
authorStefan Sperling <stsp@stsp.name>
Sat, 1 Feb 2025 15:28:40 +0000 (1 15:28 +0000)
committerThomas Adam <thomas@xteddy.org>
Wed, 5 Feb 2025 12:44:19 +0000 (5 12:44 +0000)
tree579b1ae722c179b2d3db44a7669937d2df3301cb
parent3271b564404407796a381db56201ee59a950b6bc
avoid a needless check for set membership in got_pack_repaint_parent_commits()

The list of ids traversed here won't contain IDs already present in the set.
lib/pack_create.c