From: Wayne Davison Date: Thu, 19 May 2005 21:42:20 +0000 (+0000) Subject: Tweaked the opening comments. X-Git-Tag: v2.6.5pre2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339eb8943e8b93e3b5fe1043ea3f40196079ee55;p=thirdparty%2Frsync.git Tweaked the opening comments. --- diff --git a/support/cvs2includes b/support/cvs2includes index 29f14dcf..676b9f4d 100755 --- a/support/cvs2includes +++ b/support/cvs2includes @@ -6,11 +6,10 @@ # # -f ': .cvsinclude' # +# That ensures that all checked-in files/dirs are included in the transfer. # (You could alternately put ": .cvsinclude" into an .rsync-filter file and # use the -F option, which is easier to type.) # -# That ensures that all checked-in files/dirs are included in the transfer. -# # The downside is that you need to remember to re-run cvs2includes whenever # You add a new file to the project. use strict;