emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tabs, git diff and git apply


From: martin rudalics
Subject: Re: tabs, git diff and git apply
Date: Sat, 28 Nov 2020 11:15:40 +0100

> What does git status tell?

You probably mean git status after git apply.  It just lists the changed
files and doesn't care about the whitespace problem.

But I didn't cite one line (to avoid confusions due to my German locale)
emitted by git apply:

warning: 1 Zeile fügt Whitespace-Fehler hinzu.

> How did you call git diff?

git diff master..changes | tee

where changes is the branch where my changes sit.

martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]