help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: removing white space highlight


From: Christian Kruse
Subject: Re: removing white space highlight
Date: Thu, 25 Feb 2016 10:29:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

Luca Ferrari <fluca1978@infinito.it> writes:

> On Thu, Feb 25, 2016 at 1:10 AM, Emanuel Berg <embe8573@student.uu.se> wrote:
>> People will get the new version and that will replace
>> their local ones which will also be upgraded (to the
>> better).
>
> That's the problem: I don't want to have a lot of checkins due to
> someone in my team just removing white spaces.
> Try it at home: checkout a file, remove all the spaces and do a
> diff....and try to find out what line of code you changed amongst the
> space removal!

Despite the discussion itself: you can ignore lines with only space
changes in all VCS:

git diff -w
svn diff -x -b
diff -b
bzr diff --diff-options='-w'
hg diff -w

Best regards,
-- 
Christian Kruse
https://wwwtech.de/about

Attachment: signature.asc
Description: PGP signature


reply via email to

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