From: Wayne Davison Date: Fri, 20 Jan 2006 19:33:24 +0000 (+0000) Subject: Mentioned the addition of -ii. X-Git-Tag: v2.6.7pre1~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=458aeea4a6158e8bfad5ba93ad482f3760260f07;p=thirdparty%2Frsync.git Mentioned the addition of -ii. --- diff --git a/NEWS b/NEWS index f747d6d0..58163016 100644 --- a/NEWS +++ b/NEWS @@ -120,6 +120,12 @@ Changes since 2.6.6: trailing stars) to match both the dir itself as well as all the content below the dir (dir/** would not match the dir). + - If the --itemize-changes (-i) option is repeated, rsync now includes + unchanged files in the itemized output (similar to -vv, but without + all the other verbose messages that can get in the way). Of course, + the client must be version 2.6.7 for this to work, but the remote + rsync only needs to be 2.6.7 if you're pushing files. + - Some minor documentation improvements. - Updated some diffs in the patches dir.