Doc: Rusty's /*/* exclude hack produces spurious output with -vv.
authorMartin Pool <mbp@samba.org>
Wed, 6 Feb 2002 04:34:40 +0000 (04:34 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 6 Feb 2002 04:34:40 +0000 (04:34 +0000)
exclude.c

index 3fb3ce8..ffcd0a7 100644 (file)
--- 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",