From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: updating macuvs.h? Date: Tue, 13 Jan 2015 14:58:58 -0600 Message-ID: <85ioga75yl.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421182789 25184 80.91.229.3 (13 Jan 2015 20:59:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 20:59:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 13 21:59:42 2015 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 1YB8Yv-00051d-Q0 for ged-emacs-devel@m.gmane.org; Tue, 13 Jan 2015 21:59:41 +0100 Original-Received: from localhost ([::1]:41395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB8Yv-0000Xc-Bz for ged-emacs-devel@m.gmane.org; Tue, 13 Jan 2015 15:59:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB8Yc-0000UB-D1 for emacs-devel@gnu.org; Tue, 13 Jan 2015 15:59:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB8YY-00074r-4z for emacs-devel@gnu.org; Tue, 13 Jan 2015 15:59:22 -0500 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:53957) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YB8YX-00074b-UL for emacs-devel@gnu.org; Tue, 13 Jan 2015 15:59:18 -0500 Original-Received: (qmail 3631 invoked by uid 0); 13 Jan 2015 20:59:14 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy7.mail.unifiedlayer.com with SMTP; 13 Jan 2015 20:59:14 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id fYz71p00b2UdiVW01YzAtV; Tue, 13 Jan 2015 13:59:14 -0700 X-Authority-Analysis: v=2.1 cv=Lo0BlBtc c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=TeMFXEv2S7AA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=YNv0rlydsVwA:10 a=MbmNIw0j1fSpfhjmcg4A:9 a=aot-dbish6IA:10 a=WF_9YfZc8p0A:10 a=QeIcDA_UAGIA:10 Original-Received: from [70.94.38.149] (port=52168 helo=takver) by host114.hostmonster.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1YB8YN-0000yu-Bm for emacs-devel@gnu.org; Tue, 13 Jan 2015 13:59:07 -0700 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 70.40.196.235 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:181236 Archived-At: I just did 'git pull' on master, and recompiled, on Windows with msys2 mingw64. Now git status shows 'src/macuvs.h' as changed. It has DOS line endings instead of Unix; no other changes. I assume we only want Unix line endings committed to git? In which case, the makefile should run dos2unix (which is available in mingw64). -- -- Stephe