From owner-cvs-doc@FreeBSD.ORG Sat Nov 15 18:02:04 2008 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 613DF1065701; Sat, 15 Nov 2008 18:02:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0497E8FC19; Sat, 15 Nov 2008 18:02:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id mAFI1NmW015493; Sat, 15 Nov 2008 13:01:58 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Johann Kois Date: Sat, 15 Nov 2008 11:58:38 -0500 User-Agent: KMail/1.9.7 References: <200811142059.mAEKx5YA006801@repoman.freebsd.org> In-Reply-To: <200811142059.mAEKx5YA006801@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200811151158.39037.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Sat, 15 Nov 2008 13:01:58 -0500 (EST) X-Virus-Scanned: ClamAV 0.93.1/8636/Sat Nov 15 00:05:47 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/share/sgml commercial.consult.xml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2008 18:02:04 -0000 On Friday 14 November 2008 03:59:05 pm Johann Kois wrote: > jkois 2008-11-14 20:59:05 UTC > > FreeBSD doc repository > > Modified files: > share/sgml commercial.consult.xml > Log: > PR: www/127277 > > Revision Changes Path > 1.56 +16 -2 www/share/sgml/commercial.consult.xml A bit more detail should probably be included in the commit log here. The log should always describe what the actual change is (and often, the reason for the change). The PR: bit should be ancillary metadata, but it should not be the sole explanation for a commit. Also, the metadata fields at the bottom of a message are generally aligned by using a tab after the field name except in the case of 'PR:' where two tabs are used. -- John Baldwin