X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/efda4e563573bf4c01697d2a3576c9045a1125aa..7d2d2057e54ebdb612c9c30e8d65e8e5f498942c:/date-only.diff diff --git a/date-only.diff b/date-only.diff index e6c531d..6e0c55f 100644 --- a/date-only.diff +++ b/date-only.diff @@ -15,15 +15,17 @@ Jeremy Bornstein [Patched update to have context and apply to latest CVS source.] ---- generator.c 5 May 2004 17:15:03 -0000 1.81 -+++ generator.c 8 May 2004 18:36:12 -0000 -@@ -51,11 +51,14 @@ extern int list_only; +--- generator.c 18 May 2004 08:50:17 -0000 1.85 ++++ generator.c 18 May 2004 09:31:22 -0000 +@@ -51,6 +51,7 @@ extern int list_only; extern int only_existing; extern int orig_umask; extern int safe_symlinks; +extern int date_only; + extern struct exclude_list_struct server_exclude_list; +@@ -58,6 +59,8 @@ extern struct exclude_list_struct server /* choose whether to skip a particular file */ static int skip_file(char *fname, struct file_struct *file, STRUCT_STAT *st) { @@ -33,7 +35,7 @@ Jeremy Bornstein return 0; } --- options.c 6 May 2004 21:08:01 -0000 1.148 -+++ options.c 8 May 2004 18:36:13 -0000 ++++ options.c 18 May 2004 09:31:23 -0000 @@ -82,6 +82,7 @@ int keep_partial = 0; int safe_symlinks = 0; int copy_unsafe_links = 0; @@ -69,7 +71,7 @@ Jeremy Bornstein if (modify_window_set) { if (asprintf(&arg, "--modify-window=%d", modify_window) < 0) --- rsync.yo 7 May 2004 00:18:37 -0000 1.169 -+++ rsync.yo 8 May 2004 18:36:13 -0000 ++++ rsync.yo 18 May 2004 09:31:23 -0000 @@ -320,6 +320,7 @@ verb( --timeout=TIME set I/O timeout in seconds -I, --ignore-times turn off mod time & file size quick check