From: Martin Pool Date: Fri, 15 Mar 2002 01:03:24 +0000 (+0000) Subject: Suggestion from david.e.sewell to add --diff. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3c1edccb7b5bf8266ca51ee258397061cbf096c5 Suggestion from david.e.sewell to add --diff. --- diff --git a/TODO b/TODO index aa353e92..169f9cb1 100644 --- a/TODO +++ b/TODO @@ -316,6 +316,21 @@ chmod: parser. +--diff + + Allow people to specify the diff command. (Might want to use wdiff, + gnudiff, etc.) + + Just diff the temporary file with the destination file, and delete + the tmp file rather than moving it into place. + + Interaction with --partial. + + Security interactions with daemon mode? + + (Suggestion from david.e.sewell) + + PLATFORMS ------------------------------------------------------------ Win32