pgsql: Backpatch addition of .git-blame-ignore-revs

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backpatch addition of .git-blame-ignore-revs
Date: 2022-08-05 17:38:06
Message-ID: E1oK1Gw-000SPi-74@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch addition of .git-blame-ignore-revs

This makes it more convenient for git config to contain the
blame.ignoreRevsFile setting; otherwise current git versions complain if
the file is not present.

I constructed the file for each branch by scraping the file in branch
master for commits that appear in that branch. Because a few additional
pgindent commits have been added to the list in master since the list
was first created, this also propagates those to branches 14 and 15
where the file already existed. Also, some entries appear to have been
made using author-date rather than committer-date in the format string,
so some timestamps are changed. Also remove bogus whitespace in the
suggested `git log` format string.

Backpatch to all supported branches.

Discussion: https://postgr.es/m/20220711163138.o72evdeus5f5yy5z@alvherre.pgsql

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/743a7a10fb0c1e547fdfb562beeb866f241d1ae1

Modified Files
--------------
.git-blame-ignore-revs | 177 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 177 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-05 17:59:07 pgsql: Fix non-bulletproof ScalarArrayOpExpr code for extended statisti
Previous Message Tom Lane 2022-08-05 16:46:58 pgsql: Fix incorrect permissions-checking code for extended statistics.