From owner-freebsd-commit Sun Mar 26 00:01:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA03413 for commit-outgoing; Sun, 26 Mar 1995 00:01:26 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA03406 for ; Sun, 26 Mar 1995 00:01:23 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.9/8.6.9) id AAA01583; Sun, 26 Mar 1995 00:00:57 -0800 Date: Sun, 26 Mar 1995 00:00:57 -0800 Message-Id: <199503260800.AAA01583@silvia.HIP.Berkeley.EDU> To: paul@isl.cf.ac.uk CC: commit@FreeBSD.ORG In-reply-to: <199503260405.EAA01865@isl.cf.ac.uk> (message from Paul Richards on Sun, 26 Mar 1995 04:05:38 +0000 (GMT)) Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 From: asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: commit-owner@FreeBSD.ORG Precedence: bulk * Cc: commit@freebsd.org Well, I'm not on this list....actually, what's the difference between this list and "cvs-all" in /home/mail/lists? * > How do we delete the "CVS:" lines? A sed script? * * There's no way for cvs to know where the commit you made came from so there's * no way to automate this. The committer has to delete those lines themselves. * * The CVS: lines do not appear in the commit logs. The three lines * that we're talking about are not CVS: lines. If you stick CVS: in * front of those lines then it'll be up to the committer to add them * rather than delete them which is even worse since it's politicaly * more important to include them when the fix has been taken from * other os's such as NetBSD. That's why we added extra cases in the * first place. Well, I didn't think my question was getting through, so I dug into the cvs sources and now I know how it works. So cvs deletes CVS: by itself, right? I'll look at the source a little more and see if we can do anything about it. I still think it's a waste of time for people to have to delete those three lines. Satoshi