Try to fix two problems with the -I example. One is the fact that we

want to match a character $, not EOL. The other is that CVS helpfully
expanded my example into an actual CVS tag.

Submitted by:	gad
This commit is contained in:
Doug Barton 2003-02-10 06:35:34 +00:00
parent efb75db1a4
commit 687e6ad79b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110633

View File

@ -305,7 +305,7 @@ with all values commented out:
#DIFF_FLAG='-u'
#
# Additional options for diff. This will get unset when using -s.
#DIFF_OPTIONS='-I$FreeBSD$' # Ignores CVS Id tags
#DIFF_OPTIONS='-I$FreeBSD$]' # Ignores CVS Id tags
#
# Verbose mode includes more details and additional checks
#VERBOSE=