diff options
author | Jeff King <peff@peff.net> | 2019-11-27 13:54:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-30 18:12:26 +0100 |
commit | 3eae30e4649dd3174fdce7a92115c972763baa5b (patch) | |
tree | 0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /apply.c | |
parent | doc: recommend lore.kernel.org over public-inbox.org (diff) | |
download | git-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.xz git-3eae30e4649dd3174fdce7a92115c972763baa5b.zip |
doc: replace public-inbox links with lore.kernel.org
Since we're now recommending lore.kernel.org (and because the
public-inbox.org domain might eventually go away), let's update our
internal references to use it, too. That future-proofs our references,
and sets the example we want people to follow.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'apply.c')
-rw-r--r-- | apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ static char *find_name_gnu(struct strbuf *root, /* * Proposed "new-style" GNU patch/diff format; see - * https://public-inbox.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/ + * https://lore.kernel.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/ */ if (unquote_c_style(&name, line, NULL)) { strbuf_release(&name); |