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: Sun, 29 Nov 2020 04:13:14 -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> <477cd632-41cd-f22a-c5c2-8f7df616d24d@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29877"; 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 Sun Nov 29 10:13:48 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 1kjImB-0007fE-CK for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Nov 2020 10:13:47 +0100 Original-Received: from localhost ([::1]:49460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjImA-00028m-6p for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Nov 2020 04:13:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjIlg-0001hx-TU for emacs-devel@gnu.org; Sun, 29 Nov 2020 04:13:16 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59705) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjIle-0004IK-Im; Sun, 29 Nov 2020 04:13:14 -0500 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kjIle-0007Dn-9O; Sun, 29 Nov 2020 04:13:14 -0500 In-Reply-To: <477cd632-41cd-f22a-c5c2-8f7df616d24d@gmx.at> (message from martin rudalics on Sun, 29 Nov 2020 09:21:14 +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:259994 Archived-At: > If you do that again, do you get the same type of diff? I get the same result. > Does `git > diff` have a configuration that is doing context diffs? Sure. You just have to be able to understand the doc. That is easy to verify, and you should be able to do HOME=/tmp git diff and see if the behaviour still is the same (if it doesn't work, just running as a different user should). If it isn't, it is a configuraiton setting that you have done -- reading the git-config man page would be the next action to see where such a setting is set.