]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention that --from0 does not affect --cvs-exclude's reading of the
authorWayne Davison <wayned@samba.org>
Sat, 17 Apr 2004 18:12:33 +0000 (18:12 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 17 Apr 2004 18:12:33 +0000 (18:12 +0000)
.cvsignore files.

rsync.yo

index 08d8d5a6878255c7c970826a0afb2f32812492c5..15f7dad808f9486896bb3249e2545793deebbfc7 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -712,6 +712,8 @@ was located on the remote "src" host.
 dit(bf(-0, --from0)) This tells rsync that the filenames it reads from a
 file are terminated by a null ('\0') character, not a NL, CR, or CR+LF.
 This affects --exclude-from, --include-from, and --files-from.
+It does not affect --cvs-exclude (since all names read from a .cvsignore
+file are split on whitespace).
 
 dit(bf(-T, --temp-dir=DIR)) This option instructs rsync to use DIR as a
 scratch directory when creating temporary copies of the files