Define NO_GETTEXT for Git for Windows
commit58e44db1a2eaad591e1ac8765af8dc53313a783a
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, 29 May 2012 02:17:21 +0000 (28 21:17 -0500)
tree87b1af5d09f4b9d900636f31a625ef9903556488
parent5d4c2f391d1f7b8e4cad50c517e9ee6b69196321
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