Skip to content

Commit 5af4087

Browse files
tgummerergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8dca754 commit 5af4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ static char *find_name_gnu(struct apply_state *state,
478478

479479
/*
480480
* Proposed "new-style" GNU patch/diff format; see
481-
* http://marc.info/?l=git&m=112927316408690&w=2
481+
* https://public-inbox.org/git/[email protected]/
482482
*/
483483
if (unquote_c_style(&name, line, NULL)) {
484484
strbuf_release(&name);

0 commit comments

Comments
 (0)