From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Reformat all of src/ Date: Thu, 29 Dec 2016 18:17:49 +0200 Message-ID: <83zijeu2tu.fsf@gnu.org> References: <87h95olvg0.fsf@gmail.com> <228ccc55affe1320a030a5652c63e005.squirrel@cloud103.planethippo.com> <84ddbf7683fbed9e34fa9ad65a88956f.squirrel@cloud103.planethippo.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1483028325 10242 195.159.176.226 (29 Dec 2016 16:18:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 29 Dec 2016 16:18:45 +0000 (UTC) Cc: eggert@cs.ucla.edu, dgutov@yandex.ru, emacs-devel@gnu.org To: "Phillip Lord" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 29 17:18:41 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cMdPX-0001Tp-FU for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2016 17:18:35 +0100 Original-Received: from localhost ([::1]:36230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMdPc-0002D2-4U for ged-emacs-devel@m.gmane.org; Thu, 29 Dec 2016 11:18:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMdOz-0002Cx-Lc for emacs-devel@gnu.org; Thu, 29 Dec 2016 11:18:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMdOy-0005cx-NT for emacs-devel@gnu.org; Thu, 29 Dec 2016 11:18:01 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMdOr-0005cJ-Os; Thu, 29 Dec 2016 11:17:53 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1280 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cMdOq-0005X2-U2; Thu, 29 Dec 2016 11:17:53 -0500 In-reply-to: <84ddbf7683fbed9e34fa9ad65a88956f.squirrel@cloud103.planethippo.com> (phillip.lord@russet.org.uk) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:210957 Archived-At: > Date: Thu, 29 Dec 2016 13:18:59 -0000 > From: "Phillip Lord" > Cc: Phillip Lord , emacs-devel@gnu.org, > Dmitry Gutov > > I just checked and I think that comparing git diff --numstat output with > and without -b should identify when whitespace-only changes have happened; > this could be caught in the commit hook. Every mandatory check in the commit hook is a potential annoyance (think of someone, such as myself, who needs to push changes for others), so I'd prefer not to add any, unless we really must.