X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d31c09c87255e53f0ec5c3f305de2969aaa2e1b4..3e85237e5ff3de51f67e1a43ce4c1e0827b1bd37:/rsync.yo diff --git a/rsync.yo b/rsync.yo index e278b7a4..f65e53cf 100644 --- a/rsync.yo +++ b/rsync.yo @@ -913,11 +913,11 @@ itemize( it() if the pattern includes a double asterisk "**" then all wildcards in the pattern will match slashes, otherwise they will stop at slashes. - it() if the pattern contains a / (not counting a trailing /) then it - is matched against the full filename, including any leading - directory. If the pattern doesn't contain a / then it is matched - only against the final component of the filename. Again, remember - that the algorithm is applied recursively so "full filename" can + it() if the pattern contains a / (not counting a trailing /) or a "**" + then it is matched against the full filename, including any leading + directory. If the pattern doesn't contain a / or a "**", then it is + matched only against the final component of the filename. Again, + remember that the algorithm is applied recursively so "full filename" can actually be any portion of a path. it() if the pattern starts with "+ " (a plus followed by a space)