]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
authorTaylor Blau <me@ttaylorr.com>
Wed, 29 May 2024 22:55:45 +0000 (18:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 May 2024 20:43:52 +0000 (13:43 -0700)
commit4cac79a50e242c8864e2c0f2fbf40e2d22b5fee6
tree6d201ca07a334bb2f8b8853c551e716aa250403a
parentdefba632c1e07eed360a8ba23df9103bbd1b7f9e
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper

Now that we have the `get_midx_filename_ext()` helper, we can
reimplement the `midx_bitmap_filename()` function in terms of it.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c