From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Recommend these .gitconfig settings for git integrity. Date: Tue, 2 Feb 2016 18:26:38 -0800 Organization: UCLA Computer Science Department Message-ID: <56B1655E.50505@cs.ucla.edu> References: <87a8nlfqj9.fsf@red-bean.com> <83h9ht1o8q.fsf@gnu.org> <87mvrle8ho.fsf@red-bean.com> <56AE8126.9090708@cs.ucla.edu> <87wpqo77yc.fsf@red-bean.com> <87bn80ifmh.fsf@wanadoo.es> <87k2mo75bx.fsf@red-bean.com> <56AFB869.1080206@cs.ucla.edu> <83si1cyy3e.fsf@gnu.org> <56B06282.2050701@cs.ucla.edu> <87twlrgljm.fsf@wanadoo.es> <56B0ED78.5030209@cs.ucla.edu> <87h9hqu28a.fsf@red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1454466426 11628 80.91.229.3 (3 Feb 2016 02:27:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 02:27:06 +0000 (UTC) To: Karl Fogel , Fuentes , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 03:26:55 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQn9j-00044C-3N for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 03:26:55 +0100 Original-Received: from localhost ([::1]:60381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQn9e-0005i9-Qz for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 21:26:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQn9a-0005i3-PC for emacs-devel@gnu.org; Tue, 02 Feb 2016 21:26:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQn9V-00015j-Kj for emacs-devel@gnu.org; Tue, 02 Feb 2016 21:26:46 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQn9V-00015d-Ep for emacs-devel@gnu.org; Tue, 02 Feb 2016 21:26:41 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 15D5E1607B6; Tue, 2 Feb 2016 18:26:39 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id PrMVS9pEm37u; Tue, 2 Feb 2016 18:26:38 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6170E160E5D; Tue, 2 Feb 2016 18:26:38 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AIdGc_qX5NIW; Tue, 2 Feb 2016 18:26:38 -0800 (PST) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 467D01607B6; Tue, 2 Feb 2016 18:26:38 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199205 Archived-At: On 02/02/2016 06:16 PM, John Wiegley wrote: > Yes, please revert this change. I did that, about a dozen minutes before you sent your email. Although I have some further changes planned, (1) I plan to install them on the master branch and leave emacs-25 alone, and (2) I plan to arrange things so that running the command './autogen.sh' does not change the git configuration. That is, git configuration changes will be done by running autogen.sh with an explicit argument, with the default being to leave git configuration alone. This should be enough to allay the reasonable concerns expressed in this area.