[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
signature.asc
Description: PGP signature
- Re: removing white space highlight, (continued)
- Re: removing white space highlight, Emanuel Berg, 2016/02/21
- Re: removing white space highlight, tomas, 2016/02/21
- Re: removing white space highlight, Emanuel Berg, 2016/02/21
- Re: removing white space highlight, Robert Thorpe, 2016/02/22
- Re: removing white space highlight, Emanuel Berg, 2016/02/22
- Re: removing white space highlight, Robert Thorpe, 2016/02/23
- Re: removing white space highlight, Emanuel Berg, 2016/02/23
- Re: removing white space highlight, Robert Thorpe, 2016/02/24
- Re: removing white space highlight, Emanuel Berg, 2016/02/24
- Re: removing white space highlight, Luca Ferrari, 2016/02/25
- Re: removing white space highlight,
Christian Kruse <=
- Re: removing white space highlight, Robert Thorpe, 2016/02/25
- vc-region-history promotion (was: removing white space highlight), Stefan Monnier, 2016/02/25
- Re: removing white space highlight, Emanuel Berg, 2016/02/25
- Re: removing white space highlight, Robert Thorpe, 2016/02/25
- Re: removing white space highlight, Emanuel Berg, 2016/02/25
- Re: removing white space highlight, Robert Thorpe, 2016/02/25
- Re: removing white space highlight, Emanuel Berg, 2016/02/25
- Re: removing white space highlight, Bob Proulx, 2016/02/26
- Re: removing white space highlight, Emanuel Berg, 2016/02/26
- Re: removing white space highlight, Robert Thorpe, 2016/02/27