diff options
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 { |