Re: [PATCH resend] builtin/clone: fix segfault when using --revision on some servers
Adrian Friedli <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
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. Kind regards, Adrian