Re: Ignoring boring lines(that do not contain information) in git diff

2012-11-26 Thread Peter Oberndorfer
On 2012-10-08 18:44, Peter Oberndorfer wrote: > Hi, > > is there a way to tell git diff about lines that are uninteresting? > I mean lines which do not contain a lot of information and > appear several times in pre and post image. > > For example whitespace or language dependent stuff like. > { > }

Ignoring boring lines(that do not contain information) in git diff

2012-10-08 Thread Peter Oberndorfer
Hi, is there a way to tell git diff about lines that are uninteresting? I mean lines which do not contain a lot of information and appear several times in pre and post image. For example whitespace or language dependent stuff like. { } END_IF; END_FOR; end sub I have seen diffs that containing