Define NO_GETTEXT for Git for Windows
commitaac8c15cb8a9142a7b334c68d57cd6df93013cf6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 22:41:41 +0000 (5 16:41 -0600)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:05:33 +0000 (15 18:05 +0100)
tree14a503d31e6e906132449e45599e7e4448c350b9
parentda0c9af43e402d6e80be5ea506bea75585021956
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