]> git.99rst.org Git - git.git/commit
pack-bitmap: drop unused parameters from select_pseudo_merges()
authorJeff King <redacted>
Sat, 17 Aug 2024 07:29:37 +0000 (03:29 -0400)
committerJunio C Hamano <redacted>
Sat, 17 Aug 2024 16:44:41 +0000 (09:44 -0700)
commit47564945046f8cda634ee72c5b3838c1b0aa4582
tree02e776bf2bbd6896b0801c2f13337c29047909ae
parentecc6fa9ae964daf333f5e64cdff6f5232139f440
pack-bitmap: drop unused parameters from select_pseudo_merges()

We take the array of indexed_commits (and its length), but there's no
need. The selection is based on ref reachability, not the linearized set
of commits we're packing.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-bitmap-write.c
pseudo-merge.c
pseudo-merge.h
git clone https://git.99rst.org/PROJECT