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>
This commit is contained in:
Jeff King
2019-11-27 07:54:04 -05:00
committed by Junio C Hamano
parent 46c67492aa
commit 3eae30e464
10 changed files with 27 additions and 27 deletions

View File

@@ -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;