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:
parent
4ec0d56609
commit
8645f074a0
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user