From: Wayne Davison Date: Sat, 9 Dec 2006 00:23:55 +0000 (+0000) Subject: - Revamped the hard-link algorithm to save memory. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/aadc84d359307e15115b5822f5d16d7faad133c1?hp=aadc84d359307e15115b5822f5d16d7faad133c1 - Revamped the hard-link algorithm to save memory. - Improved the function names. - Improved a few variable names. - Got rid of the "is a hard link" message in favor of the normal status messages for files (e.g. --itemize-changes indicates hard-links). - Fixed a long-standing bug when combining -H with --compare-dest. - Made sure that code compiles when hard-linking is not available. ---