diff options
author | peter <peter@FreeBSD.org> | 2000-02-13 04:04:29 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-13 04:04:29 +0000 |
commit | ce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32 (patch) | |
tree | 6ecdfdff9697d2b5e06e4ee69d60cd98802f595b /CVSROOT/log_accum.pl | |
parent | 3116f2842201e6784782aef05dec128a55e65944 (diff) | |
download | FreeBSD-ports-ce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32.zip FreeBSD-ports-ce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32.tar.gz |
Update the commit scripts to understand 'Approved by:' and kill cvsedit.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-x | CVSROOT/log_accum.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 8b0bccc..80dd20a 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -530,7 +530,8 @@ while (<STDIN>) { if (/^PR:$/i || /^Reviewed by:$/i || /^Submitted by:$/i || - /^Obtained from:$/i) { + /^Obtained from:$/i || + /^Approved by:$/i) { next; } push (@log_lines, $_); |