From owner-cvs-CVSROOT Thu May 15 16:47:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA25202 for cvs-CVSROOT-outgoing; Thu, 15 May 1997 16:47:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25153; Thu, 15 May 1997 16:46:17 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25187; Thu, 15 May 1997 16:45:02 -0700 (PDT) Date: Thu, 15 May 1997 16:45:02 -0700 (PDT) Message-Id: <199705152345.QAA25187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT log_accum.pl Sender: owner-cvs-cvsroot@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/15 16:45:02 PDT Modified files: . log_accum.pl Log: Fix some bugs that I introduced not long before committing last time.. - suppress duplicate copies of mail to mailing lists when directories are crossed. I removed the use of dbm files for simplicity and used flat text files, but I kinda forgot about the implicit unique keys, so work around it now. - Don't log the action header if it's unchanged from the last directory. It could still possibly be duplicated, but I'm pretty sure the branch tag hashing will stop that from happening. (I hope :-) - add an extra 5 chars to the directory column Revision Changes Path 1.23 +18 -7 CVSROOT/log_accum.pl