diff options
author | joe <joe@FreeBSD.org> | 2001-11-15 20:17:33 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-11-15 20:17:33 +0800 |
commit | 3edebeb4b1b3ce74f876e66021b23565681131c1 (patch) | |
tree | 27f548df1396454800af85466d85119e20663a65 /CVSROOT | |
parent | 3b7f8d29ae573615a2fdb773a8d08347c053626f (diff) | |
download | freebsd-ports-gnome-3edebeb4b1b3ce74f876e66021b23565681131c1.tar.gz freebsd-ports-gnome-3edebeb4b1b3ce74f876e66021b23565681131c1.tar.zst freebsd-ports-gnome-3edebeb4b1b3ce74f876e66021b23565681131c1.zip |
Improve a comment.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/cfg.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index caaad0405ed5..b1509d7bde22 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -68,6 +68,9 @@ $PROG_MV = '/bin/mv'; # mv(1) # # Make sure that these are also described in the rcstemplate to # 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. %TEMPLATE_HEADERS = ( # "Reviewed by" => '.*', # "Submitted by" => '.*', @@ -149,8 +152,6 @@ $MAIL_TRANSFORM = ""; # add_cvsweb_entry("http://www.example.org/cgi-bin/cvsweb.cgi", @_); #}; - - # A function for post-processing a log message # and outputing it with URLs to a cvsweb.cgi in. sub add_cvsweb_entry { |