The patches for 3.2.5pre1.
[rsync-patches.git] / detect-renamed.diff
index 6344758f4865c507daa34b2afa70745f458c342c..41a08dec1f48933153245819dd37fe075aa33a10 100644 (file)
@@ -38,7 +38,7 @@ TODO:
   a file that can't use it, while missing out on giving it to a file
   that could use it.
 
-based-on: 43f70b961e92d88387fecd3c7f6dbefc044ce4a3
+based-on: 0773cecc1fc6462b321f96dc8cae6e11983c357d
 diff --git a/backup.c b/backup.c
 --- a/backup.c
 +++ b/backup.c
@@ -658,7 +658,7 @@ diff --git a/receiver.c b/receiver.c
 diff --git a/rsync.1.md b/rsync.1.md
 --- a/rsync.1.md
 +++ b/rsync.1.md
-@@ -445,6 +445,7 @@ has its own detailed description later in this manpage.
+@@ -444,6 +444,7 @@ has its own detailed description later in this manpage.
  --modify-window=NUM, -@  set the accuracy for mod-time comparisons
  --temp-dir=DIR, -T       create temporary files in directory DIR
  --fuzzy, -y              find similar file for basis if no dest file
@@ -666,7 +666,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
-@@ -2500,6 +2501,22 @@ option name from the pathname using a space if you want the shell to expand it.
+@@ -2499,6 +2500,22 @@ option name from the pathname using a space if you want the shell to expand it.
      potential fuzzy-match files, so either use [`--delete-after`](#opt) or
      specify some filename exclusions if you need to prevent this.