X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/65ecbe359f898940a7ff6f8b0b5088d001ab66ea..7f0bf1cb30e4c9cb751903ae1e7b235760bcfd00:/omit-dir-changes.diff diff --git a/omit-dir-changes.diff b/omit-dir-changes.diff index ca49a51..e5a2472 100644 --- a/omit-dir-changes.diff +++ b/omit-dir-changes.diff @@ -41,7 +41,7 @@ diff --git a/generator.c b/generator.c iflags |= ITEM_REPORT_GROUP; #ifdef SUPPORT_ACLS if (preserve_acls && !S_ISLNK(file->mode)) { -@@ -1422,7 +1425,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, +@@ -1434,7 +1437,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, real_sx = sx; if (file->flags & FLAG_DIR_CREATED) statret = -1; @@ -131,7 +131,7 @@ diff --git a/rsync.yo b/rsync.yo --super receiver attempts super-user activities --fake-super store/recover privileged attrs using xattrs -S, --sparse handle sparse files efficiently -@@ -994,6 +995,10 @@ it is preserving modification times (see bf(--times)). If NFS is sharing +@@ -1000,6 +1001,10 @@ it is preserving modification times (see bf(--times)). If NFS is sharing the directories on the receiving side, it is a good idea to use bf(-O). This option is inferred if you use bf(--backup) without bf(--backup-dir).