]> git.99rst.org Git - git.git/commit
pack-bitmap: drop `_1` suffix from functions that open bitmaps
authorPatrick Steinhardt <redacted>
Wed, 15 Jul 2026 06:22:36 +0000 (08:22 +0200)
committerJunio C Hamano <redacted>
Wed, 15 Jul 2026 14:19:16 +0000 (07:19 -0700)
commitdb95bfc121aa9725e8128d7b1dd73330c0beb7f9
tree3f91f14dcff87b4e27f8e07fc9e82cbf42f1bbab
parenteaa9807c970254e503cdb2d719d873521de4ed05
pack-bitmap: drop `_1` suffix from functions that open bitmaps

In the preceding commit we've refactored how we open bitmaps. As part of
the refactoring we have consolidated `open_pack_bitmap()` as well as
`open_midx_bitmap()` into `open_bitmap_for_source()`. Consequently, we
only have their `open_pack_bitmap_1()` and `open_midx_bitmap_1()`
variants left over, where the `_1` suffix doesn't really make much sense
anymore.

Drop the suffix.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-bitmap.c
git clone https://git.99rst.org/PROJECT