From owner-cvs-all Tue Jul 18 17:10:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06AA937B9E9; Tue, 18 Jul 2000 17:10:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45716; Tue, 18 Jul 2000 17:10:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190010.RAA45716@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Jul 2000 17:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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