Johannes Schindelin [off-list ref] writes:
quoted
quoted
- we sidestep the infamous "BUG: your vsnprintf is broken (returned -1)"
message when running "git init" (which otherwise prevents the entire
test suite from running)
It is unclear to me how gettext is related to use of vsnprintf().
Including libintl.h overrides vsnprintf() with the libintl_vsnprintf()
drop-in replacement that does return the expected value.
Ah, that makes sense.
I updated the commit message (will be part of v2):
https://github.com/dscho/git/commit/4473801e
Thanks.