]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/usage-fallback-to-show-message-format'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2024 21:50:29 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2024 21:50:29 +0000 (14:50 -0700)
vreportf(), which is usede by error() and friends, has been taught
to give the error message printf-format string when its vsnprintf()
call fails, instead of showing nothing useful to identify the
nature of the error.

* rs/usage-fallback-to-show-message-format:
  usage: report vsnprintf(3) failure


Trivial merge