X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tree-walk.c;h=f25a08fddfab443b1eff1f13f33939f1b21f4b23;hb=b2401586fc5168974c77cdc6d8548c51e6c852a6;hp=ff776056806dd40ddfb02f566b0cbd4222d0d970;hpb=2b69d3116ffb4a800c408b8cb0b508ca1886ea84;p=git-core%2Fgit.git diff --git a/tree-walk.c b/tree-walk.c index ff7760568..f25a08fdd 100644 --- a/tree-walk.c +++ b/tree-walk.c @@ -1075,7 +1075,7 @@ match_wildcards: * later on. * max_depth is ignored but we may consider support it * in future, see - * http://thread.gmane.org/gmane.comp.version-control.git/163757/focus=163840 + * https://public-inbox.org/git/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/ */ if (ps->recursive && S_ISDIR(entry->mode)) return entry_interesting;