This series goes on top of the other shell script serieses and fixes the issue with case insensitive environment variables on Windows by giving all the variables passed to eval_gettext a prefix that's unlikely to clash with existing variables in the environment. With this series the ab/i18n-sh-scripts series should be ready for master, since this fixes the last known issue with it. Ãvar ArnfjÃrà Bjarmason (6): i18n win32: add git-am eval_gettext variable prefix i18n win32: add git-bisect eval_gettext variable prefix i18n win32: add git-pull eval_gettext variable prefix i18n win32: add git-stash eval_gettext variable prefix i18n win32: add git-submodule eval_gettext variable prefix i18n win32: add test eval_gettext variable prefix git-am.sh | 29 +++++--- git-bisect.sh | 39 +++++++---- git-pull.sh | 5 +- git-stash.sh | 26 ++++--- git-submodule.sh | 151 ++++++++++++++++++++++++++++-------------- t/t0201-gettext-fallbacks.sh | 4 +- 6 files changed, 167 insertions(+), 87 deletions(-) -- 1.7.5.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html