From: Martin Pool Date: Wed, 6 Feb 2002 04:34:40 +0000 (+0000) Subject: Doc: Rusty's /*/* exclude hack produces spurious output with -vv. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d7761c14803aea387fec917a6081721b3bf5fb7f Doc: Rusty's /*/* exclude hack produces spurious output with -vv. --- diff --git a/exclude.c b/exclude.c index 3fb3ce86..ffcd0a76 100644 --- a/exclude.c +++ b/exclude.c @@ -131,6 +131,11 @@ static void report_exclude_result(char const *name, /* If a trailing slash is present to match only directories, * then it is stripped out by make_exclude. So as a special * case we add it back in here. */ + + /* FIXME: At the moment if you don't specify --recursive, this + * seems to give messages like "excluding file + * mbpconfig/.Xresources because of pattern /*""/*", which is + * a bit confusing. See Rusty's gross hack below. */ if (verbose >= 2) rprintf(FINFO, "%s %s %s because of pattern %s%s\n",