From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: tabs, git diff and git apply Date: Sat, 28 Nov 2020 13:52:34 -0500 Message-ID: References: <582708de-231a-1792-da69-844faefeaa4c@gmx.at> <87zh31252h.fsf@linux-m68k.org> <4cff3ce3-9695-cd71-0a78-9e95e3a9a252@gmx.at> <87v9dp230t.fsf@linux-m68k.org> <7f952834-eed5-0884-80f9-4702663ed37b@gmx.at> <00241b08-688c-ad95-382f-91d1020531fa@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8980"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 28 19:53:28 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kj5Lc-0002DW-3W for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Nov 2020 19:53:28 +0100 Original-Received: from localhost ([::1]:38446 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj5Lb-0007Pf-5z for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Nov 2020 13:53:27 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kj5Km-0006rv-17 for emacs-devel@gnu.org; Sat, 28 Nov 2020 13:52:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48170) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj5Kl-00005R-CS; Sat, 28 Nov 2020 13:52:35 -0500 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kj5Kk-0006Bs-UA; Sat, 28 Nov 2020 13:52:35 -0500 In-Reply-To: <00241b08-688c-ad95-382f-91d1020531fa@gmx.at> (message from martin rudalics on Sat, 28 Nov 2020 19:23:05 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259968 Archived-At: > How was master..changes-2020-11-28.diff created? With git diff master..changes | tee where "changes" is the name of the branch that contains my changes. It would be nice to add an option to warn me about uncommitted changes ... If you do that again, do you get the same type of diff? Does `git diff` have a configuration that is doing context diffs? This seems to be an issue with `git diff` rather than with emacs?