Define NO_GETTEXT for Git for Windows
commita6f77912b4c067921fd1bcbf5634a6e4bfd5cc96
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, 6 Apr 2012 21:47:37 +0000 (6 16:47 -0500)
treed24d43b1b58ebb63b27a90ab6baf5b462aca44ab
parent53dcd84491cfd92d0c4c2537f06cf0f6e9ba853d
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