X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/f2863bc00ee660400c314a756d19ce5455dce87d..a5e6228afbf1809d33d9a31e0895c5e955c39ce1:/detect-renamed-lax.diff diff --git a/detect-renamed-lax.diff b/detect-renamed-lax.diff index 38f029c..10cfcfd 100644 --- a/detect-renamed-lax.diff +++ b/detect-renamed-lax.diff @@ -23,7 +23,7 @@ switches to --detect-moved blindly accepts the staged file. diff --git a/generator.c b/generator.c --- a/generator.c +++ b/generator.c -@@ -186,7 +186,9 @@ static int fattr_find(struct file_struct *f, char *fname) +@@ -194,7 +194,9 @@ static int fattr_find(struct file_struct *f, char *fname) continue; } } @@ -34,7 +34,7 @@ diff --git a/generator.c b/generator.c diff = u_strcmp(fmid->basename, f->basename); if (diff == 0) { good_match = mid; -@@ -1864,6 +1866,21 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, +@@ -1894,6 +1896,21 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, fnamecmp = partialptr; fnamecmp_type = FNAMECMP_PARTIAL_DIR; statret = 0; @@ -79,7 +79,7 @@ diff --git a/options.c b/options.c {"fuzzy", 'y', POPT_ARG_NONE, &fuzzy_basis, 0, 0, 0 }, {"compress", 'z', POPT_ARG_NONE, 0, 'z', 0, 0 }, {"no-compress", 0, POPT_ARG_VAL, &do_compression, 0, 0, 0 }, -@@ -1900,8 +1904,14 @@ void server_options(char **args, int *argc_p) +@@ -1901,8 +1905,14 @@ void server_options(char **args, int *argc_p) args[ac++] = "--super"; if (size_only) args[ac++] = "--size-only"; @@ -108,7 +108,7 @@ diff --git a/rsync.yo b/rsync.yo --compare-dest=DIR also compare received files relative to DIR --copy-dest=DIR ... and include copies of unchanged files --link-dest=DIR hardlink to files in DIR when unchanged -@@ -1467,6 +1469,17 @@ the bf(--partial-dir) option, that directory will be used instead. These +@@ -1483,6 +1485,17 @@ the bf(--partial-dir) option, that directory will be used instead. These potential alternate-basis files will be removed as the transfer progresses. This option conflicts with bf(--inplace) and bf(--append).