X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8c35542d1f37d479779de7519494680bf09f4a07..d27cbec598136ff8ff767ebbfb5d9d39e0b7c03e:/exclude.c 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",