]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tl/pack-bitmap-error-messages'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2022 16:16:52 +0000 (09:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2022 16:16:52 +0000 (09:16 -0700)
commitcc29f890329d1ddc3d204fb8623971bdeddc0dbe
tree86c26510cc5fa996dff5d3883c4263d041507d4f
parent7c7719ac0e24d61fc82a47502f05f11f8ddceec6
parent5dcee7c7059307ca3a9d5c1a5c6551deb25cc3dc
Merge branch 'tl/pack-bitmap-error-messages'

Tweak various messages that come from the pack-bitmap codepaths.

* tl/pack-bitmap-error-messages:
  pack-bitmap.c: continue looping when first MIDX bitmap is found
  pack-bitmap.c: using error() instead of silently returning -1
  pack-bitmap.c: do not ignore error when opening a bitmap file
  pack-bitmap.c: rename "idx_name" to "bitmap_name"
  pack-bitmap.c: mark more strings for translations
  pack-bitmap.c: fix formatting of error messages
pack-bitmap.c