Define NO_GETTEXT for Git for Windows
commit9de1002c939b6788708ecccd6f47a779a8785857
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 22:41:41 +0000 (5 16:41 -0600)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 09:35:37 +0000 (1 10:35 +0100)
treee7130f14c8b14511e1851f53006b11a132a156e0
parent79c09c440e99aabc16713ff2b86c6349d913d9d0
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