diff options
author | Wayne Davison <wayned@samba.org> | 2004-01-02 07:11:32 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-01-02 07:11:32 +0000 |
commit | faf11086d85464b92a9940f48e9e280f163f4c2c (patch) | |
tree | 122b3b165d61fb18cbfbe62575daca694d6bfe57 /NEWS | |
parent | 52fa4d7893e6fc5503e7db91c78ffa3176186845 (diff) | |
download | rsync-faf11086d85464b92a9940f48e9e280f163f4c2c.tar.gz rsync-faf11086d85464b92a9940f48e9e280f163f4c2c.tar.bz2 rsync-faf11086d85464b92a9940f48e9e280f163f4c2c.zip |
More twiddling of the wildcard verbage.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,8 +39,9 @@ Changes since 2.5.7: - A pattern with a "**" no longer causes a "*" to match slashes. For example, with "/*/foo/**", "foo" must be 2 levels deep. - [Upgrade any "*" wildcards to "**" to get the old behavior in - all versions.] + [If your string has BOTH "*" and "**" wildcards, changing the + "*" wildcards to "**" will provide the old behavior in all + versions.] - "**/foo" now matches at the base of the transfer (like /foo does). [Use "/**/foo" to get the old behavior in all versions.] |