Skip to content

Commit

Permalink
apply: replace marc.info link with public-inbox
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tgummerer authored and gitster committed Jul 9, 2019
1 parent 8dca754 commit 5af4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/
*/
if (unquote_c_style(&name, line, NULL)) {
strbuf_release(&name);
Expand Down

0 comments on commit 5af4087

Please sign in to comment.