]> git.99rst.org Git - git.git/commit
pack-bitmap.c: fix formatting of error messages
authorTeng Long <redacted>
Mon, 18 Jul 2022 16:46:00 +0000 (00:46 +0800)
committerJunio C Hamano <redacted>
Mon, 18 Jul 2022 18:20:52 +0000 (11:20 -0700)
commitbaf20c39a776e9b0ea52bae2391df909c31d8ed1
tree29d7d3eda29658d08be750dc7355df066b9bda90
parentfd59c5bdeeb50f18e86f36cbf7a0b82554621690
pack-bitmap.c: fix formatting of error messages

There are some text output issues in 'pack-bitmap.c', they exist in
die(), error() etc. This includes issues with capitalization the
first letter, newlines, error() instead of BUG(), and substitution
that don't have quotes around them.

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