X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/fc5573623194fab2a331d1ffc8d284c9e25e06e7..7170ca8dba0a407cd0c91b41b48163c7b682abb1:/date-only.diff diff --git a/date-only.diff b/date-only.diff index 0349f87..c58d21d 100644 --- a/date-only.diff +++ b/date-only.diff @@ -14,8 +14,8 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make +based-on: 181c9faf928faad08ef095f4667afe460ec3bef6 diff --git a/generator.c b/generator.c -index 12007a1..a2519e6 100644 --- a/generator.c +++ b/generator.c @@ -64,6 +64,7 @@ extern int append_mode; @@ -37,7 +37,6 @@ index 12007a1..a2519e6 100644 return 0; diff --git a/options.c b/options.c -index e7c6c61..b317903 100644 --- a/options.c +++ b/options.c @@ -105,6 +105,7 @@ int safe_symlinks = 0; @@ -64,7 +63,7 @@ index e7c6c61..b317903 100644 {"one-file-system", 'x', POPT_ARG_NONE, 0, 'x', 0, 0 }, {"no-one-file-system",'x',POPT_ARG_VAL, &one_file_system, 0, 0, 0 }, {"no-x", 'x', POPT_ARG_VAL, &one_file_system, 0, 0, 0 }, -@@ -2493,6 +2496,9 @@ void server_options(char **args, int *argc_p) +@@ -2510,6 +2513,9 @@ void server_options(char **args, int *argc_p) else if (missing_args == 1 && !am_sender) args[ac++] = "--ignore-missing-args"; @@ -75,7 +74,6 @@ index e7c6c61..b317903 100644 if (asprintf(&arg, "--modify-window=%d", modify_window) < 0) goto oom; diff --git a/rsync.yo b/rsync.yo -index 941f7a5..710b32d 100644 --- a/rsync.yo +++ b/rsync.yo @@ -394,6 +394,7 @@ to the detailed description below for a complete description. verb(