Define NO_GETTEXT for Git for Windows
commit06a34b3b0a0e7e8ac94be6dfd6bc42b64ee179c2
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 22:41:41 +0000 (5 16:41 -0600)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:15 +0000 (5 13:44 -0500)
tree6cce3e3d24bae8a424e8c24be701a52c31b5cdfa
parent33a4d574876d41df4743456af87a97db4082aa3b
Define NO_GETTEXT for Git for Windows

The dreaded "your vnsprintf is broken (returned -1)" error is back. At
least with the libintl version we have. So for the moment, just work
around the issue by _not_ using gettext.

Ah, I wish that my attempt at implementing a custom strbuf_vaddf() would
not have been brushed aside so rashly. Oh well. Time saved on maintaining
that thing, I guess (although more time went into working around coping
with existing implementations).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Makefile