]> git.99rst.org Git - git.git/commit
pack-bitmap-write: use const for hashes
authorDerrick Stolee <redacted>
Tue, 19 Jul 2022 15:26:04 +0000 (15:26 +0000)
committerJunio C Hamano <redacted>
Tue, 19 Jul 2022 15:38:17 +0000 (08:38 -0700)
commit5766524956714d51b131d826a2894c85949e5770
tree5273eaaf5598a4dbd3fc0d9782ec3f178c5d9100
parentbbea4dcf42b28eb7ce64a6306cdde875ae5d09ca
pack-bitmap-write: use const for hashes

The next change will use a const array when calling this method. There
is no need for the non-const version, so let's do this cleanup quickly.

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