apply: replace marc.info link with public-inbox

public-inbox.org links include the whole message ID by default. This means the message can still be found even if the site goes away, which is not the case with the marc.info link. Replace the marc.info link with a more future proof one. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Thomas Gummerer committed Jul 8, 2019 at 17:33 UTC 5af40877a4354156b311060eb6594cb5159e0577
1 file changed +1 -1
apply.c
+1 -1
@@ -478,7 +478,7 @@ static char *find_name_gnu(struct apply_state *state,
478
479 /*
480 * Proposed "new-style" GNU patch/diff format; see
481 - * http://marc.info/?l=git&m=112927316408690&w=2
481 + * https://public-inbox.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/
482 */
483 if (unquote_c_style(&name, line, NULL)) {
484 strbuf_release(&name);