Re: What's cooking in git.git (Apr 2013, #05; Mon, 15)
From: Jeff King <hidden>
Date: 2016-06-15 22:56:51
On Mon, Apr 15, 2013 at 01:28:53PM -0700, Junio C Hamano wrote:
[Graduated to "master"] [...] * jk/http-error-messages (2013-04-06) 9 commits (merged to 'next' on 2013-04-11 at 7a03981) + http: drop http_error function + remote-curl: die directly with http error messages + http: re-word http error message + http: simplify http_error helper function + remote-curl: consistently report repo url for http errors + remote-curl: always show friendlier 404 message + remote-curl: let servers override http 404 advice + remote-curl: show server content on http errors + http: add HTTP_KEEP_ERROR option Improve error reporting from the http transfer clients.
I had not been keeping tabs on the progress of this topic, and was
surprised to see it in master already. It hadn't gotten any comments, so
I sort of assumed I would need to re-post to get interest. I don't mind,
but...
...the tip of your current master does not currently pass the test
suite[1]. I bisected the problem to "show server content on http
errors" from the above topic, but haven't figure it out past that. I
typically run "make test" before submitting, so I'm guessing it is an
interaction with another topic that graduated around the same time
(though it's also possible that I just failed to test after the last
rebase).
I'll investigate further, but it may be a few hours.
-Peff
[1] I know you always test master before pushing it out, but I suspect
you do not run the GIT_TEST_HTTPD tests. The failures are in t5541
and t5551.