From: Wayne Davison Date: Thu, 19 May 2005 21:42:20 +0000 (+0000) Subject: Tweaked the opening comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/339eb8943e8b93e3b5fe1043ea3f40196079ee55 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;