Define NO_GETTEXT for Git for Windows
commitafb826b05a68c2b6901196fdcf5ae804bf8b75e1
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 22:41:41 +0000 (5 16:41 -0600)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Mar 2012 18:43:14 +0000 (30 13:43 -0500)
tree5e39cb1d52a838f783a59f00f083a37a090dd653
parent80fd96e8c2d73e441290927a8099e262877fc733
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