Date: 09 Aug 2000 13:11:14 +0200 From: Thomas Gellekum <tg@melaten.rwth-aachen.de> To: Josef Karthauser <joe@pavilion.net> Cc: Warner Losh <imp@village.org>, Ade Lovett <ade@FreeBSD.org>, Jonathan Lemon <jlemon@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <kqu2cuit9p.fsf@cip12.melaten.rwth-aachen.de> In-Reply-To: Josef Karthauser's message of "Tue, 8 Aug 2000 14:56:30 %2B0100" 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Josef Karthauser <joe@pavilion.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?kqu2cuit9p.fsf>