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 29a89172f77ed76dcf53612e96dc35daf15d7362 (commit) from 20893751791a1bb7417b9fa72e91c909619bca6a (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 29a89172f77ed76dcf53612e96dc35daf15d7362 Author: Wayne Davison <[EMAIL PROTECTED]> Date: Sun Mar 30 15:40:34 2008 -0700 Improved the chdir() code: - Renamed push_dir() to change_dir() and revised it a little so that it can chdir() to a relative path without an intervening chdir() back to the staring path. - Renamed push_pathname() to change_pathname() and revised it to take different args and to only call path_is_daemon_excluded() on a new path (not a revisit of a file's already-checked path). - Fixed change_pathname() to set the right pathname value when a chdir() call fails. - Set orig_dir once outside of the change_pathname() function. - Got rid of pop_dir(). ----------------------------------------------------------------------- Summary of changes: clientserver.c | 10 ++++---- flist.c | 68 +++++++++++++++++++++++++++++++++++-------------------- main.c | 25 ++++++++++---------- rsync.h | 3 ++ sender.c | 4 +- util.c | 54 +++++++++++++++---------------------------- 6 files changed, 84 insertions(+), 80 deletions(-) hooks/post-receive -- rsync _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs