[SCM] rsync branch, master, updated. v3.0.0-63-g4d30f17

Wayne Davison wayned at samba.org
Fri Mar 21 06:30:46 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  4d30f17671bdcc0f17facb133ea283eea6f0dc12 (commit)
       via  d48810ba5b0b8d09b272092a70da1255c2346ab8 (commit)
      from  819bfe459919769c9ddae14affeaa79596c640bb (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 4d30f17671bdcc0f17facb133ea283eea6f0dc12
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Mar 20 22:51:03 2008 -0700

    Changed the arg-globbing routine to use a custom arg-globbing algorithm
    that does not include any daemon-excluded items in the matches.  It is
    also not subverted by the presence of one or more dot-dir elements in
    an arg.

commit d48810ba5b0b8d09b272092a70da1255c2346ab8
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Mar 20 11:59:54 2008 -0700

    Some improvements to the file-name cleaning code:
    - Removed the CFN_KEEP_LEADING_DOT_DIR flag for clean_fname().
    - Explicitly add an implied dot-dir to the transfer rather than keeping
      a leading a "./" prefix as a part of a relative pathname.
    - Added the CFN_KEEP_DOT_DIRS flag for clean_fname().
    - Added the SP_KEEP_DOT_DIRS flag for sanitize_path().
    - Call clean_fname() a couple more times.

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

Summary of changes:
 Makefile.in  |    2 +-
 configure.in |    4 +-
 exclude.c    |    2 +-
 flist.c      |   32 +++++--
 main.c       |    4 +-
 options.c    |   10 +-
 rsync.h      |    9 +-
 util.c       |  277 ++++++++++++++++++++++++++++++++++++----------------------
 8 files changed, 208 insertions(+), 132 deletions(-)


hooks/post-receive
-- 
rsync


More information about the rsync-cvs mailing list