From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Recommend these .gitconfig settings for git integrity. Date: Mon, 01 Feb 2016 14:12:31 -0500 Message-ID: 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1454353974 23960 80.91.229.3 (1 Feb 2016 19:12:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Feb 2016 19:12:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 01 20:12:44 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 1aQJu0-0003OX-3G for ged-emacs-devel@m.gmane.org; Mon, 01 Feb 2016 20:12:44 +0100 Original-Received: from localhost ([::1]:53832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQJtz-00021U-EU for ged-emacs-devel@m.gmane.org; Mon, 01 Feb 2016 14:12:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQJtu-000208-Rt for emacs-devel@gnu.org; Mon, 01 Feb 2016 14:12:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQJtp-0001v8-TK for emacs-devel@gnu.org; Mon, 01 Feb 2016 14:12:38 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:44634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQJtp-0001uX-O8 for emacs-devel@gnu.org; Mon, 01 Feb 2016 14:12:33 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id u11JCVe9011973; Mon, 1 Feb 2016 14:12:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2EA4A6006A; Mon, 1 Feb 2016 14:12:31 -0500 (EST) In-Reply-To: <87k2mo75bx.fsf@red-bean.com> (Karl Fogel's message of "Mon, 01 Feb 2016 10:39:30 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5568=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5568> : inlines <4252> : streams <1580623> : uri <2131045> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:199138 Archived-At: > Ah -- Stefan and =D3scar, you might be misunderstanding? > This only changes the configuration in the current repository (your local > Emacs repository). I understand this part, but it's still odd to override Git's defaults here, since it doesn't seem needed. > Also, note that autogen.sh was *already* modifying the repository-local g= it > config. I may not have noticed all the things it used to do, but the hooks it added were in a different category (in my book), because they did make a change that was "required" by Emacs's coding conventions. Stefan