From d7761c14803aea387fec917a6081721b3bf5fb7f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 6 Feb 2002 04:34:40 +0000 Subject: [PATCH] Doc: Rusty's /*/* exclude hack produces spurious output with -vv. --- exclude.c | 5 +++++ 1 file changed, 5 insertions(+) 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", -- 2.34.1