Fix copyright.
[rsync/rsync.git] / exclude.c
index 3fb3ce8..55c48a1 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -262,7 +262,10 @@ void send_exclude_list(int f)
        extern int remote_version;
        extern int list_only, recurse;
 
-       /* this is a complete hack - blame Rusty */
+       /* This is a complete hack - blame Rusty.
+        *
+        * FIXME: This pattern shows up in the output of
+        * report_exclude_result(), which is not ideal. */
        if (list_only && !recurse) {
                add_exclude("/*/*", 0);
        }