X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/de565f59bad4cc08c98f36cd582e25d96cab0de5..c2f699cc6bfb241c97cc53dfe6bfd0ea0385456c:/link-by-hash.diff diff --git a/link-by-hash.diff b/link-by-hash.diff index 8cd07a4..ed8bf5b 100644 --- a/link-by-hash.diff +++ b/link-by-hash.diff @@ -1,16 +1,16 @@ -After applying this patch, run these commands for a successful build: - - ./prepare-source - ./configure (optional if already run) - make - -Jason M. Felice writes: +Jason M. Felice wrote: This patch adds the --link-by-hash=DIR option, which hard links received files in a link farm arranged by MD4 file hash. The result is that the system will only store one copy of the unique contents of each file, regardless of the file's name. +To use this patch, run these commands for a successful build: + + patch -p1