Hi, At last, the mysterious t7400 test failure has been solved, thanks to Gerrit Pape. It was caused by an assumption in git that a certain variable not in its namespace would not be set. Here’s a problem of the same kind, though harder to trip. I can’t imagine why anyone would be exporting the OPTIONS_KEEPDASHDASH variable, but it is not in git’s namespace so it seems better not to make any assumptions. Jonathan Nieder (2): tests for request-pull request-pull: protect against OPTIONS_KEEPDASHDASH from environment contrib/git-resurrect.sh | 1 + git-request-pull.sh | 1 + t/t5150-request-pull.sh | 228 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 230 insertions(+), 0 deletions(-) create mode 100644 t/t5150-request-pull.sh -- 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