]> git.ipfire.org Git - thirdparty/git.git/commitdiff
apply: replace marc.info link with public-inbox
authorThomas Gummerer <t.gummerer@gmail.com>
Mon, 8 Jul 2019 16:33:02 +0000 (17:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 18:29:02 +0000 (11:29 -0700)
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>
apply.c

diff --git a/apply.c b/apply.c
index 4992eca416c9c2b5d21de42460cafa839df25f4e..ad476c6fe92782a828bdc34e102d6d96f7bf6194 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -478,7 +478,7 @@ static char *find_name_gnu(struct apply_state *state,
 
        /*
         * Proposed "new-style" GNU patch/diff format; see
-        * http://marc.info/?l=git&m=112927316408690&w=2
+        * https://public-inbox.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/
         */
        if (unquote_c_style(&name, line, NULL)) {
                strbuf_release(&name);