Update to latest source.
[rsync-patches.git] / detect-renamed-lax.diff
index 3ff4a023b832dc3929d024cfab3073d745faa946..c73e9343ff6eb8c6498ac4bf53dfb65f3d9a8c0a 100644 (file)
@@ -71,7 +71,7 @@ diff --git a/options.c b/options.c
    {"fuzzy",           'y', POPT_ARG_NONE,   0, 'y', 0, 0 },
    {"no-fuzzy",         0,  POPT_ARG_VAL,    &fuzzy_basis, 0, 0, 0 },
    {"no-y",             0,  POPT_ARG_VAL,    &fuzzy_basis, 0, 0, 0 },
-@@ -2694,8 +2696,14 @@ void server_options(char **args, int *argc_p)
+@@ -2703,8 +2705,14 @@ void server_options(char **args, int *argc_p)
                        args[ac++] = "--super";
                if (size_only)
                        args[ac++] = "--size-only";
@@ -100,7 +100,7 @@ diff --git a/rsync.1.md b/rsync.1.md
  --compare-dest=DIR       also compare destination files relative to DIR
  --copy-dest=DIR          ... and include copies of unchanged files
  --link-dest=DIR          hardlink to files in DIR when unchanged
-@@ -2169,6 +2171,17 @@ your home directory (remove the '=' for that).
+@@ -2174,6 +2176,17 @@ your home directory (remove the '=' for that).
      otential alternate-basis files will be removed as the transfer progresses.
      This option conflicts with `--inplace` and `--append`.