Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-11-27 15:54:04 +0300
committerJunio C Hamano <gitster@pobox.com>2019-11-30 20:12:26 +0300
commit3eae30e4649dd3174fdce7a92115c972763baa5b (patch)
tree0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /tree-walk.c
parent46c67492aa3ab2779f9322790ca8fffcd5bfaa80 (diff)
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 'tree-walk.c')
-rw-r--r--tree-walk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-walk.c b/tree-walk.c
index c20b62f49e..dd1a7d1eaa 100644
--- a/tree-walk.c
+++ b/tree-walk.c
@@ -1104,7 +1104,7 @@ match_wildcards:
* later on.
* max_depth is ignored but we may consider support it
* in future, see
- * https://public-inbox.org/git/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/
+ * https://lore.kernel.org/git/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/
*/
if (ps->recursive && S_ISDIR(entry->mode))
return entry_interesting;