]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap: drop redundant args from `bitmap_writer_build()`
authorTaylor Blau <me@ttaylorr.com>
Thu, 15 Aug 2024 17:31:06 +0000 (13:31 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 18:22:27 +0000 (11:22 -0700)
commitf00dda48490c1d5d515cc97b5b3197c0ed1c7ed9
tree13a310dc7acf109318056b020bb864a5ed775ac0
parent125ee4ae80e3661c3208fc1c8db0c619e5f625d2
pack-bitmap: drop redundant args from `bitmap_writer_build()`

In a similar fashion as the previous commit, drop a redundant argument
from the `bitmap_writer_build()` function.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
midx-write.c
pack-bitmap-write.c
pack-bitmap.h