Re: Run pgindent now? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Run pgindent now?
Date
Msg-id 20150526211942.GH5310@alap3.anarazel.de
Whole thread Raw
In response to Re: Run pgindent now?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 2015-05-26 16:32:42 -0300, Alvaro Herrera wrote:
> I've wondered a few times whether there's a way to make pgindent commits
> "transparent" to git blame, i.e. blame their modified lines to whatever
> commits modified them immediately before.

You can make blame ignore whitespace changes with -w -- but that
obviously doesn't help with rewrapped lines and such.



pgsql-hackers by date:

Previous
From: Aidan Van Dyk
Date:
Subject: Re: Run pgindent now?
Next
From: Oskari Saarenmaa
Date:
Subject: Re: hstore_plpython regression test does not work on Python 3