]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch addition of .git-blame-ignore-revs
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 5 Aug 2022 17:36:24 +0000 (19:36 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 5 Aug 2022 17:36:24 +0000 (19:36 +0200)
commitc122a99bd6af1d764fa74b5e1c811b4cd73987cd
treef923c84751562de079dfed110e217304d0ecc3e7
parentde31e6f81e84d53b1cb3d2f14705e4895a4b23d0
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
.git-blame-ignore-revs [new file with mode: 0644]