CVS update: rsync

Wayne Davison wayned at samba.org
Thu Feb 3 01:18:58 GMT 2005


Date:	Thu Feb  3 01:18:58 2005
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv22113

Modified Files:
	flist.c 
Log Message:
- Moved an optimization from file_compare() into f_name_cmp() (the one
  that avoids doing a string-compare on two identical char pointers),
  making it just a wrapper for f_name_cmp().  Also made file_compare()
  static because everyone now calls f_name_cmp() directly.
- Improved the flist summary that is output at high verbosity.
- Improved delete_in_dir() to better handle the push/pop semantics
  based on the depth value that is now passed in as an arg (so that
  we don't have to parse it out of the paths each time).


Revisions:
flist.c		1.260 => 1.261
	http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.260&r2=1.261


More information about the rsync-cvs mailing list