[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Jul 10 17:57:51 UTC 2021


The branch, master has been updated
       via  35d4f673 Update the options in rrsync.
      from  291a042b Support --crtimes on Cygwin.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 35d4f6737a57c88978b6e954506e9c73f8c10ccf
Author: Wayne Davison <wayne at opencoder.net>
Date:   Fri Jul 9 11:57:35 2021 -0700

    Update the options in rrsync.

-----------------------------------------------------------------------

Summary of changes:
 support/rrsync | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/support/rrsync b/support/rrsync
index eabec3dc..e9659919 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -62,7 +62,7 @@ die "$0 reading from write-only server not allowed\n" if $only eq 'w' && $am_sen
 # To disable a short-named option, add its letter to this string:
 our $short_disabled = 's';
 
-our $short_no_arg = 'ACDEHIJKLORSUWXbcdgklmnopqrstuvxyz'; # DO NOT REMOVE ANY
+our $short_no_arg = 'ACDEHIJKLNORSUWXbcdgklmnopqrstuvxyz'; # DO NOT REMOVE ANY
 our $short_with_num = '@B'; # DO NOT REMOVE ANY
 
 # To disable a long-named option, change its value to a -1.  The values mean:
@@ -115,9 +115,12 @@ our %long_opt = (
   'max-delete' => 1,
   'max-size' => 1,
   'min-size' => 1,
+  'mkpath' => 0,
   'modify-window' => 1,
+  'msgs2stderr' => 0,
   'new-compress' => 0,
   'no-implied-dirs' => 0,
+  'no-msgs2stderr' => 0,
   'no-r' => 0,
   'no-relative' => 0,
   'no-specials' => 0,


-- 
The rsync repository.



More information about the rsync-cvs mailing list