From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: master has switched from Automake to GNU Make Date: Sat, 25 Mar 2017 10:24:47 -0500 Message-ID: <60eced11-9b48-f24d-88d7-cacb211418c9@cs.ucla.edu> References: <58CB9F6B.5080806@gmx.at> <83h92sz2j9.fsf@gnu.org> <58CBAEB7.5030601@gmx.at> <58CBBC6C.8000104@gmx.at> <58D380FF.1070103@gmx.at> <58D3C84E.5080808@gmx.at> <58D4E0D6.2070101@gmx.at> <86mvcap85t.fsf@stephe-leake.org> <58D637CD.1020902@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1490455510 20798 195.159.176.226 (25 Mar 2017 15:25:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 25 Mar 2017 15:25:10 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: martin rudalics , Stephen Leake , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 25 16:25:06 2017 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 1crnYo-0004Hg-Fa for ged-emacs-devel@m.gmane.org; Sat, 25 Mar 2017 16:24:58 +0100 Original-Received: from localhost ([::1]:37671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crnYu-0000EK-87 for ged-emacs-devel@m.gmane.org; Sat, 25 Mar 2017 11:25:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crnYo-0000EE-Ec for emacs-devel@gnu.org; Sat, 25 Mar 2017 11:24:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crnYj-0002QY-II for emacs-devel@gnu.org; Sat, 25 Mar 2017 11:24:58 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:47584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1crnYj-0002QA-CM for emacs-devel@gnu.org; Sat, 25 Mar 2017 11:24:53 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 273091600B9; Sat, 25 Mar 2017 08:24:49 -0700 (PDT) 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 HMLpJTqShXqJ; Sat, 25 Mar 2017 08:24:48 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6AC141600BA; Sat, 25 Mar 2017 08:24:48 -0700 (PDT) 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 eoiQ5fmVYk54; Sat, 25 Mar 2017 08:24:48 -0700 (PDT) Original-Received: from [192.168.1.4] (ip70-178-249-247.ks.ks.cox.net [70.178.249.247]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id F2AAB1600B9; Sat, 25 Mar 2017 08:24:47 -0700 (PDT) In-Reply-To: <58D637CD.1020902@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 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:213339 Archived-At: On 03/25/2017 04:26 AM, martin rudalics wrote: > Here git frequently pesters me with the message that it cannot complete > my pull request because files I fetched from the repository (and never > touched myself) contain trailing whitespace (usually loaddefs or ldefs > files but otheres as well). That sounds wrong. It never happens to me, I expect because my workflow differs. Can you give a way to reproduce your problem? Perhaps there's a way we can fix the Git configuration so that it doesn't happen to you in the future.