On 3/20/06, Junio C Hamano <junkio@cox.net> wrote: > "Marco Costalba" <mcostalba@gmail.com> writes: > > >> This is totally untested, but maybe something like this? > > > > It works for me. Just some trailing white space warning when applying. > > The change only removes the error message without changing any > other logic, so if that works for you, I wonder if leaving > things as they are is a better option than doing anything short > of implementing an AI that tries to pattern-match the "allegedly > corrupt file" with "sorry no such page found" in many natural > languages. > > My test patch makes it impossible to track down the real > breakage when an HTTP-reachable repository _does_ have a corrupt > object. > > So how about doing this instead? > > -- >8 -- > + fprintf(stderr, > +"Some loose object were found to be corrupt, but they might be just\n" > +"a false '404 Not Found' error message sent with incorrect HTTP\n" > +"status code. Suggest running git fsck-objects.\n"); > + } > return rc; > } > I think it's better, read more correct. Could be a real corrupted file or just a false 404, so better a warning then an error message and also better a warning then nothing. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Mar 20 23:18:30 2006
This archive was generated by hypermail 2.1.8 : 2006-03-20 23:18:45 EST