From owner-cvs-share Fri Jan 17 23:34:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA29713 for cvs-share-outgoing; Fri, 17 Jan 1997 23:34:15 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA29664; Fri, 17 Jan 1997 23:33:51 -0800 (PST) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id PAA03742; Sat, 18 Jan 1997 15:33:40 +0800 (WST) Message-Id: <199701180733.PAA03742@spinner.DIALix.COM> X-Mailer: exmh version 2.0beta 12/23/96 To: Brian Somers cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/doc/handbook contrib.sgml In-reply-to: Your message of "Fri, 17 Jan 1997 20:46:15 PST." <199701180446.UAA20874@freefall.freebsd.org> Date: Sat, 18 Jan 1997 15:33:40 +0800 From: Peter Wemm Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > brian 97/01/17 20:46:14 > > Modified: share/doc/handbook contrib.sgml > Log: > Oh look - it's alphabetical too....... if at first you don't succeed... > Reviewed by: None > Submitted by: Brian Somers > Obtained from: Brian Somers BTW, the "reviewed by" tags etc are unnecessary in cases like this.. In general, if somebody submits something, the person who commits it is assumed to have reviewed it (at least casually) unless they state otherwise in the commit message. ie: it's not really appropriate for the committer to list himself as the reviewer (unless it's a major review worthy of note I guess). "Submitted by" and "Obtained from" are generally mutually exclusive. "Submitted by" means somebody sent something explicitly for inclusion, while "obtained from" means that the change was _taken_ from somewhere else.. eg: from a non-freebsd related mailing list, another OS project etc. Cheers, -Peter