From owner-cvs-all Wed Aug 9 4:11: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 331EB37B9FF; Wed, 9 Aug 2000 04:10:49 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id NAA21691; Wed, 9 Aug 2000 13:18:22 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id NAA10536; Wed, 9 Aug 2000 13:11:14 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Josef Karthauser Cc: Warner Losh , Ade Lovett , Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes References: <20000807171632.B514@FreeBSD.org> <200008072049.NAA00374@freefall.freebsd.org> <200008072201.QAA34941@harmony.village.org> <20000807171632.B514@FreeBSD.org> <200008072226.QAA35123@harmony.village.org> <20000808145630.L14108@pavilion.net> From: Thomas Gellekum In-Reply-To: Josef Karthauser's message of "Tue, 8 Aug 2000 14:56:30 +0100" Date: 09 Aug 2000 13:11:14 +0200 Message-ID: Lines: 23 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=-=-= Josef Karthauser writes: > On Mon, Aug 07, 2000 at 04:26:35PM -0600, Warner Losh wrote: > > In message <20000807171632.B514@FreeBSD.org> Ade Lovett writes: > > : http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes.diff?r1=1.41&r2=1.42 > > > > I'd love to see links like this in the commit message :-) > > I'm rewriting the CVSROOT/stuff.pl scripts at the moment. > I'd really appreciate it if any suggestions can include me > in the Cc so that I can build them in. The links to cvsweb.cgi probably take too much space. However, I'd like to have a bit more space for the `lines changed' count, so the figures don't run into the filename for large diffs (see attached patch). I'm using the filename to get a clickable button in Gnus (code from DES, IIRC). tg --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=log_accum.pl.diff --- /usr/cvs/CVSROOT/log_accum.pl Mon Feb 14 15:06:12 2000 +++ log_accum.pl Thu Jun 15 20:43:11 2000 @@ -256,7 +256,7 @@ close(RCS); } - &append_line($out, sprintf("%-9s%-12s%s", $rev, $delta, $rcsfile)); + &append_line($out, sprintf("%-9s%-15s%s", $rev, $delta, $rcsfile)); } } @@ -653,7 +656,7 @@ if ($rcsidinfo == 2) { if (-e "$SUMMARY_FILE.$i.$id") { push(@text, " "); - push(@text, " Revision Changes Path"); + push(@text, " Revision Changes Path"); push(@text, &read_logfile("$SUMMARY_FILE.$i.$id", " ")); } } @@ -673,7 +676,7 @@ last if (! -e "$LOG_FILE.$i.$id"); if (-e "$SUMMARY_FILE.$i.$id") { if (!$revhdr++) { - push(@text, "Revision Changes Path"); + push(@text, "Revision Changes Path"); } push(@text, &read_logfile("$SUMMARY_FILE.$i.$id", "")); } --=-=-= --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message