Date: Tue, 18 Jul 2000 17:10:40 -0700 (PDT) From: Akinori MUSHA <knu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ae Message-ID: <200007190010.RAA45716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2000/07/18 17:10:40 PDT
Added files:
devel/cvsweb/patches patch-ae
Log:
Introduce %functionlineregexp variable.
The meaning of the variable and its default setting is as follows:
# For each pair of regexps, files that match the first regexp will be diff'ed
# with an '-F' option with the second regexp.
%functionlineregexp = (
'\\.(4th|fr)$' => "\\(^\\| \\|\t\\): ",
);
Requested by: dcs
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007190010.RAA45716>
