From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Problem committing tests Date: Mon, 29 May 2017 00:40:48 +0200 Message-ID: <87wp90ppu7.fsf@rosalinde> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1496011301 13555 195.159.176.226 (28 May 2017 22:41:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 28 May 2017 22:41:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 29 00:41:34 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 1dF6sO-0003Kb-OY for ged-emacs-devel@m.gmane.org; Mon, 29 May 2017 00:41:32 +0200 Original-Received: from localhost ([::1]:45546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF6sU-0004VP-BA for ged-emacs-devel@m.gmane.org; Sun, 28 May 2017 18:41:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF6rw-0004VK-Jq for emacs-devel@gnu.org; Sun, 28 May 2017 18:41:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF6rt-00042n-Gm for emacs-devel@gnu.org; Sun, 28 May 2017 18:41:04 -0400 Original-Received: from [195.159.176.226] (port=44831 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dF6rt-00042c-5o for emacs-devel@gnu.org; Sun, 28 May 2017 18:41:01 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dF6rj-0002WS-Gd for emacs-devel@gnu.org; Mon, 29 May 2017 00:40:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:215294 Archived-At: I wanted to include some tests with the fix for bug#27121 that I just committed to master (d76c007); however, git complained about trailing whitespace in two data files for the tests. This whitespace is part of the file format used by todo-mode.el, so I cannot delete it. I see that the .gitattributes file in the repository lists several test files for which whitespace warnings should be ignored; should I add the todo-mode test data files to the list? Or is there another or better way to tell git to ignore this whitespace and commit the files? Steve Berman