[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Navigate by color in `git-diff --color-moved=plain`
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] Navigate by color in `git-diff --color-moved=plain` |
Date: |
Wed, 24 Apr 2019 23:22:48 +0200 |
On Wed, 24 Apr 2019 20:14:17 +0000 Greg Chicares <address@hidden> wrote:
GC> I might ask for 'less' to fold lines by color, but I'm trying to be
GC> reasonable.
Sorry, I forgot to mention another idea in my previous reply, so here it
is:
You could also just avoid colouring the moved lines in the first place by
resetting their colours to the default, e.g.
git -c color.diff.newMoved=white -c color.diff.oldMoved=white diff
--color-moved=plain ...
This preserves context, but makes the really changed lines stand out much
more.
VZ
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, (continued)
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, Vadim Zeitlin, 2019/04/24
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, Greg Chicares, 2019/04/24
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, Vadim Zeitlin, 2019/04/24
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, Greg Chicares, 2019/04/25
- Re: [lmi] Navigate by color in `git-diff --color-moved=plain`, Greg Chicares, 2019/04/25
- Re: [lmi] Making "dash -x" more atomic (was: Navigate by color in `git-diff --color-moved=plain`), Vadim Zeitlin, 2019/04/25
- Re: [lmi] Making "dash -x" more atomic, Greg Chicares, 2019/04/25
- Re: [lmi] Making "dash -x" more atomic, Vadim Zeitlin, 2019/04/29
- Re: [lmi] Making "dash -x" more atomic, Greg Chicares, 2019/04/29
- Re: [lmi] Making "dash -x" more atomic, Vadim Zeitlin, 2019/04/29
Re: [lmi] Navigate by color in `git-diff --color-moved=plain`,
Vadim Zeitlin <=