]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tree-walk.c
Merge branch 'js/test-unc-fetch' into maint
[thirdparty/git.git] / tree-walk.c
index bea819d826fb1c855a7b92dbe2605885c12f5c16..d5a8e096a6065209daab04e3ec77dda2515d3562 100644 (file)
@@ -1124,7 +1124,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;