[SCM] rsync branch, master, updated. v3.0.0-41-gffe8feb

Wayne Davison wayned at samba.org
Mon Mar 17 02:51:33 GMT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rsync".

The branch, master has been updated
       via  ffe8feb26500358075664f3d97a170012831f030 (commit)
       via  c9b62cf375f393de076d0fc7a3c2748d581c54a2 (commit)
       via  7bc595785ee6ac59fe514fd84ddc6d3a3c44e587 (commit)
       via  022dec7aba633f8b4e40339d555cc7cae5399314 (commit)
       via  ddaef70cede8b8ed24b084b93208a2353745b1bd (commit)
      from  2357a51e098d3b0f7ff6dfceac37ea42b3c32338 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ffe8feb26500358075664f3d97a170012831f030
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 16 19:48:44 2008 -0700

    Added "const" to a couple more char * args.

commit c9b62cf375f393de076d0fc7a3c2748d581c54a2
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 16 18:06:47 2008 -0700

    Fixed hard-linking when some of the files can get skipped.  This adds
    the FLAG_SKIP_HLINK flag, which gets set on any hard-linked file that
    the user wants to skip (e.g. via --ignore-existing, --append, etc.).
    The code in hlink.c now deals with the skipped files instead of
    triggering an assert() error.

commit 7bc595785ee6ac59fe514fd84ddc6d3a3c44e587
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 16 17:52:01 2008 -0700

    Made the FLAG_MOUNT_DIR bit only honored on a directory.

commit 022dec7aba633f8b4e40339d555cc7cae5399314
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 16 17:50:28 2008 -0700

    Moved the --append check so that files that don't need to be transferred
    still get their non-content attributes updated, and combining --append
    with --hard-links will not prevent the discovery of unchanged files.

commit ddaef70cede8b8ed24b084b93208a2353745b1bd
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 16 17:06:52 2008 -0700

    Make the --ignore-existing option not overwrite a regular file with
    a dir/symlink/device/special-file, just like it already refuses to
    overwrite a non-regular file with a regular file.

-----------------------------------------------------------------------

Summary of changes:
 exclude.c   |    6 ++--
 generator.c |   79 +++++++++++++++++++++++++++++++++++++++++++--------
 hlink.c     |   90 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 rsync.h     |    3 +-
 rsync.yo    |    9 ++++--
 t_stub.c    |    2 +-
 6 files changed, 152 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
rsync


More information about the rsync-cvs mailing list