Re: annoyance with .git-blame-ignore-revs - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: annoyance with .git-blame-ignore-revs
Date
Msg-id CAH2-WzkEU5KXVBaxobsY3obKuP+km-usmiT40YdYkC-A+0LGdA@mail.gmail.com
Whole thread Raw
In response to Re: annoyance with .git-blame-ignore-revs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Jul 11, 2022 at 12:36 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Only if we had to update all those copies all the time.  But
> I'm guessing we wouldn't need a branch's copy to be newer than
> the last pgindent run affecting that branch?

I wouldn't care very much if the file itself was empty in the
backbranches, and remained that way -- that would at least suppress
annoying error messages on those branches (from my text editor's git
blame feature).

You might as well have the relevant commits when you backpatch, but
that's kind of not the point. At least to me. In any case I don't see
a need to maintain the file on the backbranches.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: annoyance with .git-blame-ignore-revs
Next
From: Tom Lane
Date:
Subject: Re: automatically generating node support functions