git diff --patience

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: git diff --patience
Date: 2010-09-15 17:58:26
Message-ID: 4C90C2F20200002500035788@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just discovered the --patience flag on the git diff command, and
I'd like to suggest that we encourage people to use it when possible
for building patches. I just looked at output with and without it
(and for good measure, before and after filterdiff --format=context
for both), and the results were much better with this switch.

Here's a reference to the algorithm:

http://bramcohen.livejournal.com/73318.html

I think that page understates the benefits, though.

-Kevin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-09-15 18:19:44 Re: [HACKERS] Re: pgsql: Use a latch to make startup process wake up and replay
Previous Message Robert Haas 2010-09-15 17:45:50 Re: Server crash during simple c-language function