Re: [git-users] Re: tell git diff to ignore lines that were moved, but not changed

2017-11-06 Thread Richard Dooling
Nice. Looks very promising. I'll explore. Thank you so much. I still get colors but at least they are different than red and greed. Thanks much Rick On Mon, Nov 6, 2017 at 7:00 PM, Igor Djordjevic wrote: > Hi Richard, > > Maybe not exactly what you`re looking

[git-users] Re: tell git diff to ignore lines that were moved, but not changed

2017-11-06 Thread Igor Djordjevic
Hi Richard, Maybe not exactly what you`re looking for, but "Git" v2.15.0 introduced "--color-moved"[1] option for "git diff"[2] . For a quick example, you could use it like this: git -c