Re: [PATCH] trailers: stop recognizing URLs as trailers
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > From: Kristoffer Haugsbakk <[email protected]> > > An HTTPS URL starts with an alphanumeric scheme followed by a colon. > That means that they will be recognized as trailers in a trailer block. > That turns out to be a problem in practice. Let’s stop recognizing these > as trailers by failing the trailer parsing when we: > ... > Helped-by: Jeff King <[email protected]> > Signed-off-by: Kristoffer Haugsbakk <[email protected]> This has been on hold waiting for the base topic to settle, but now that the base topic has graduated, the effort can be rebooted. Can somebody summarize the outstanding issues on this topic (if any)? Thanks.