- Updated itemize() to handle sending of hard-link-name info. Made
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:42 +0000 (00:21 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:42 +0000 (00:21 +0000)
commitee1d11c495d0083afdad1725860bec7011e8377d
tree70f6d99d94a44a1db0cf3f0c28e99af2360ff631
parent669e76717c64bf40a8626da779839420cbf4a068
- Updated itemize() to handle sending of hard-link-name info.  Made
  it non-static so the hard-link code can now output itemized
  messages.
- Made the locally-changed items (such as dirs and symlinks) itemize
  using a new ITEM_LOCAL_CHANGE flag instead of the (renamed)
  ITEM_TRANSFER flag (formerly ITEM_UPDATING).
- Improved the hard-link support by having a cluster of hard-linked
  files get processed as soon as we notice that a single item is
  already up-to-date, or it succssfully finishes being updated.
- The hard-linking that occurs when using --link-dest will now be
  mentioned at higher levels of verbosity IFF %i is in the log-
  format.
generator.c