Re: [PATCH resend] builtin/clone: fix segfault when using --revision on some servers
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Adrian Friedli <[email protected]> writes: > Junio C Hamano <[email protected]> writes: > >> So this patch fixes the issue in the right place. It would still be >> nice to have a new test to prevent future regressions, though. > > Thanks for your review. > > While implementing the test I discovered it is protocol version 0 which > triggers that behavior. I updated the log message and implemented a test. Oh, the proposed log message reads wonderfully. Thanks for digging down to the root cause of the issue.