]> git.ipfire.org Git - thirdparty/git.git/commit - pack-bitmap.h
pack-bitmap-write: use const for hashes
authorDerrick Stolee <derrickstolee@github.com>
Tue, 19 Jul 2022 15:26:04 +0000 (15:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap-write.c
pack-bitmap.h