diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-05-27 12:04:08 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-05-27 12:04:08 +0000 |
commit | f7e614872dfb6e60d543c8f863f6bcdf7c9d08bf (patch) | |
tree | 294ff75c7fd54854a5b3f21b92bd09e4ab27f2cf /CVSROOT/log_accum.pl | |
parent | 68739afaebf48c32096b1475cc9b1bb6cf19feca (diff) | |
download | FreeBSD-ports-f7e614872dfb6e60d543c8f863f6bcdf7c9d08bf.zip FreeBSD-ports-f7e614872dfb6e60d543c8f863f6bcdf7c9d08bf.tar.gz |
Add extra empty line between sets of committed changes for readability
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-x | CVSROOT/log_accum.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 485f767..9b6cf6f 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: log_accum.pl,v 1.34 1999/02/18 07:58:55 peter Exp $ +# $Id: log_accum.pl,v 1.35 1999/04/05 21:24:49 jdp Exp $ # # Perl filter to handle the log messages from the checkin of files in # a directory. This script will group the lists of files by log @@ -627,7 +627,7 @@ for ($i = 0; ; $i++) { push(@text, &read_logfile("$SUMMARY_FILE.$i.$id", " ")); } } - push(@text, ""); + push(@text, "", ""); } # # Put the log message at the beginning of the Changes file |