Re: git diff --patience

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Peter Eisentraut" <peter_e@gmx.net>
Cc: <pgsql-hackers@postgresql.org>
Date: 2010-09-29T14:11:05Z
Lists: pgsql-hackers

Attachments

Peter Eisentraut <peter_e@gmx.net> wrote:
 
> I have tried this switch various times now and haven't seen any
> difference at all in the output.  Do you have an existing commit
> where you see a difference so I can try it and see if there is
> some other problem that my local configuration has?
 
Having looked at it more, I find that the output with the switch is
usually the same as without; but when they differ, I always have
preferred the version with it on.  Attached is the diff which caused
me to see if there was a way to make the diff output smarter, and
the result of adding the --patience flag.
 
This is the unified form that git puts out by default, but the
benefit is there after filterdiff --format=context, too.
 
-Kevin