From owner-svn-src-stable@FreeBSD.ORG Wed Feb 25 16:29:45 2009 Return-Path: Delivered-To: svn-src-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE0C106564A; Wed, 25 Feb 2009 16:29:45 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id CF28F8FC1F; Wed, 25 Feb 2009 16:29:44 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [172.31.193.10] (cpe-075-177-134-250.nc.res.rr.com [75.177.134.250]) (authenticated bits=0) by duke.cs.duke.edu (8.14.2/8.14.2) with ESMTP id n1PGSrLV000119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Feb 2009 11:29:01 -0500 (EST) X-DKIM: Sendmail DKIM Filter v2.5.3 duke.cs.duke.edu n1PGSrLV000119 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail; t=1235579341; bh=bssSBSsTnBNTXxG5C6QOrYGNjFYPwh1HOpbqkkWGDTo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=NThwOdakM0bv 9a00FBuAxgunrzzmnaO2YLps3hge3KIzq7PwbGQtq88MvDjsCHL85+dFQk0uILh+Hrm dR0UL8kHzYe7sUhrBXrwYoDjzR27UKEbA3Sy+eaFWV6CCkhf8ZahiFLeSyN39/rU7Kk HTJ1zp6MZzJpPyQmiPO8ImQfE= Message-ID: <49A571BE.4060107@cs.duke.edu> Date: Wed, 25 Feb 2009 11:28:46 -0500 From: Andrew Gallatin User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200902251504.n1PF4UjR000511@svn.freebsd.org> In-Reply-To: <200902251504.n1PF4UjR000511@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable-7@FreeBSD.org Subject: Re: svn commit: r189044 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 16:29:45 -0000 Just picking a commit at random, but is there any way to clean up the props on pf, ath and cxgb: > stable/7/sys/contrib/pf/ (props changed) > stable/7/sys/dev/ath/ath_hal/ (props changed) > stable/7/sys/dev/cxgb/ (props changed) > stable/7/sys/kern/kern_descrip.c Or at the very least, have the email script ignore them? Having this props change garbage always in the $SUBJECT of MFCs makes it very hard to distinguish from the commit message what part of the tree is actually changing. Thanks, Drew