git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] request-pull: protect against OPTIONS_KEEPDASHDASH from environment
@ 2010-04-24 12:10 Jonathan Nieder
  2010-04-24 12:11 ` [PATCH 1/2] tests for request-pull Jonathan Nieder
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jonathan Nieder @ 2010-04-24 12:10 UTC (permalink / raw)
  To: git; +Cc: Miklos Vajna, Thomas Rast, Junio C Hamano

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-26  0:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 12:10 [PATCH 0/2] request-pull: protect against OPTIONS_KEEPDASHDASH from environment Jonathan Nieder
2010-04-24 12:11 ` [PATCH 1/2] tests for request-pull Jonathan Nieder
2010-04-24 12:29   ` [PATCH] adapt request-pull tests for new pull request format Jonathan Nieder
2010-04-24 12:15 ` [PATCH 2/2] request-pull: protect against OPTIONS_KEEPDASHDASH from environment Jonathan Nieder
2010-04-25 12:34   ` Thomas Rast
2010-04-26  0:12 ` [PATCH 0/2] " Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).