From: Johannes Sixt <hidden> Date: 2016-06-15 22:49:50
Am 10/22/2010 10:20, schrieb Ævar Arnfjörð Bjarmason:
So maybe the shell on Windows doesn't behave the same way wih regards
to eval_gettext()?
It's the gettext fallbacks that do not work. Try this on Linux:
GIT_INTERNAL_GETTEXT_TEST_FALLBACKS=t ./git-am -3 some-mbox
(with some-mbox that has a conflicting patch).
-- Hannes