]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
More twiddling of the wildcard verbage.
authorWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 07:11:32 +0000 (07:11 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 07:11:32 +0000 (07:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 431f32f532a3a29827361fe4cccb750838a6f319..b6d090d7261425fa78c222ec0ae919d446dfc937 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.]