]> git.ipfire.org Git - thirdparty/git.git/commit
write_midx_bitmap(): drop unused refs_snapshot parameter
authorJeff King <peff@peff.net>
Tue, 26 Jul 2022 22:05:03 +0000 (18:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2022 07:02:45 +0000 (00:02 -0700)
commit51d1b69a534b591aa4afdc6f64c0e7aa8d886961
tree060bd8042f9d745db843a6028814b91ccd461db1
parent068fa54c0034be0b953d798628b06815f9cfaff0
write_midx_bitmap(): drop unused refs_snapshot parameter

The refactoring in 90b2bb710d (midx: extract bitmap write setup,
2022-07-19) hoisted our call to find_commits_for_midx_bitmap() into the
caller, which means we no longer need to see the refs_snapshot at all.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c