diff options
author | joe <joe@FreeBSD.org> | 2001-11-19 08:58:38 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-11-19 08:58:38 +0800 |
commit | a889e6714032340fa3d2005c2eb3a10d0a92b56b (patch) | |
tree | e16bc740ce6fbce5e378258729c47681807c87b9 /CVSROOT | |
parent | 33df8221d7d1f97541d076d0a26f96b18cbde146 (diff) | |
download | freebsd-ports-gnome-a889e6714032340fa3d2005c2eb3a10d0a92b56b.tar.gz freebsd-ports-gnome-a889e6714032340fa3d2005c2eb3a10d0a92b56b.tar.zst freebsd-ports-gnome-a889e6714032340fa3d2005c2eb3a10d0a92b56b.zip |
Document the fact that blank TEMPLATE_HEADERS won't be removed from
the repository log unless the version of cvs in the FreeBSD tree
is being used due to a local modification.
Submitted by: wca
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/cfg.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 81721f06bf77..c6ac81a94ca3 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -95,7 +95,12 @@ $AVAIL_FILE = "$CVSROOT/CVSROOT/avail"; # make their usage clear to committers. # # In addition any of these entries that are left blank are removed -# from the commit message at commit time. +# from the log at commit time. [Please note that for them to be +# removed from the rcslog in the repository you need to be running +# the version of cvs in the FreeBSD source tree. We've got a local +# patch that causes cvs to read back the commit message after the +# commit_prep.pl script has had a chance to modify it (via the +# 'commitinfo' hook). ] %TEMPLATE_HEADERS = ( # "Reviewed by" => '.*', # "Submitted by" => '.*', |