Fixed some itemized logging failures:
authorWayne Davison <wayned@samba.org>
Tue, 11 Mar 2008 04:15:37 +0000 (21:15 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 11 Mar 2008 04:39:01 +0000 (21:39 -0700)
commit1ed9018e69a0d224ff59184974d9150d1cb8814d
tree92bec02975a0598b95da3e6e84d5e3cbf20391b1
parentff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c
Fixed some itemized logging failures:
- If a symlink/device/special-file changes its value without any
  attribute changes, the itemized event no longer gets dropped.
- We put a 'c' into the checksum/change field now to indicate when
  a symlink/device/special-file changes its value without changing
  its type.  This lets us properly interpret the --copy-links output
  to know which items are getting copied without changes and which
  are getting created with new content.
- Fixed the 'T' itemized output for a symlink when rsync tries to
  set the right time but fails due to lack of OS/disk support.
compat.c
generator.c
log.c
rsync.h
rsync.yo
testsuite/devices.test
testsuite/itemize.test