]> git.ipfire.org Git - thirdparty/git.git/commit - config.mak.uname
Define NO_GETTEXT for Git for Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 22:41:41 +0000 (16:41 -0600)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 4 Jun 2013 09:02:27 +0000 (10:02 +0100)
commitca35487192c449dc0b22a46af4ec75914a8d4383
tree82291e1fa5f34ec732bf20d26ec6d49885804ae2
parent0a2623269ff2996c453667a4abc12fbbbf2194b1
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>
config.mak.uname