summaryrefslogtreecommitdiffstats
path: root/apply.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-11-27 13:54:04 +0100
committerJunio C Hamano <gitster@pobox.com>2019-11-30 18:12:26 +0100
commit3eae30e4649dd3174fdce7a92115c972763baa5b (patch)
tree0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /apply.c
parentdoc: recommend lore.kernel.org over public-inbox.org (diff)
downloadgit-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apply.c b/apply.c
index cde95369bb..5123b19c49 100644
--- a/apply.c
+++ b/apply.c
@@ -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);