X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/f2863bc00ee660400c314a756d19ce5455dce87d..4c15e80040f6ac2fc79d599d1722cf209cc30536:/downdate.diff diff --git a/downdate.diff b/downdate.diff index 652d460..6fe7bed 100644 --- a/downdate.diff +++ b/downdate.diff @@ -18,7 +18,7 @@ diff --git a/generator.c b/generator.c extern int ignore_existing; extern int ignore_non_existing; extern int inplace; -@@ -1603,6 +1604,13 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, +@@ -1601,6 +1602,13 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, goto cleanup; } @@ -33,21 +33,21 @@ diff --git a/generator.c b/generator.c fnamecmp_type = FNAMECMP_FNAME; @@ -1917,6 +1925,7 @@ void check_for_finished_files(int itemizing, enum logcode code, int check_redo) - ignore_existing = -ignore_existing; - ignore_non_existing = -ignore_non_existing; - update_only = -update_only; -+ downdate_only = -downdate_only; - always_checksum = -always_checksum; - size_only = -size_only; - append_mode = -append_mode; + ignore_existing = -ignore_existing; + ignore_non_existing = -ignore_non_existing; + update_only = -update_only; ++ downdate_only = -downdate_only; + always_checksum = -always_checksum; + size_only = -size_only; + append_mode = -append_mode; @@ -1942,6 +1951,7 @@ void check_for_finished_files(int itemizing, enum logcode code, int check_redo) - ignore_existing = -ignore_existing; - ignore_non_existing = -ignore_non_existing; - update_only = -update_only; -+ downdate_only = -downdate_only; - always_checksum = -always_checksum; - size_only = -size_only; - append_mode = -append_mode; + ignore_existing = -ignore_existing; + ignore_non_existing = -ignore_non_existing; + update_only = -update_only; ++ downdate_only = -downdate_only; + always_checksum = -always_checksum; + size_only = -size_only; + append_mode = -append_mode; diff --git a/options.c b/options.c --- a/options.c +++ b/options.c