Displaying 1 result from an estimated 1 matches for "make_filter".
Did you mean:
make_file
2005 Jan 31
1
[patch] add "--ignore" option
...remain cc:ed at this address on any follow-up.
Cheers,
Matthew.
diff -ur ../rsync-HEAD-20050125-1221GMT.orig/exclude.c ./exclude.c
--- ../rsync-HEAD-20050125-1221GMT.orig/exclude.c Tue Jan 25 12:21:14
2005
+++ ./exclude.c Thu Jan 27 16:52:33 2005
@@ -117,7 +117,8 @@
rprintf(FINFO, "[%s] make_filter(%.*s, %s%s)\n",
who_am_i(), (int)pat_len, pat,
mflags & MATCHFLG_PERDIR_MERGE ? "per-dir-merge"
- : mflags & MATCHFLG_INCLUDE ? "include" : "exclude",
+ : mflags & MATCHFLG_INCLUDE ? "include"
+ : mflags & MATCHFLG_IGNORE ?...