Add list of ignorable pgindent commits for git-blame.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 22 Jun 2021 16:06:32 +0000 (09:06 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 22 Jun 2021 16:06:32 +0000 (09:06 -0700)
commit8e638845ff6bb255ad1dea15831089a234535391
treed87560b0f5be07d848abb15716adaa81db997434
parentbafad2c5b261a1449bed60ebac9e7918ebcc42b4
Add list of ignorable pgindent commits for git-blame.

Add a .git-blame-ignore-revs file with a list of pgindent, pgperlyidy,
and reformat-dat-files commit hashes.  Postgres hackers that configure
git to use the ignore file will get git-blame output that avoids
attributing line changes to the ignored indent commits.  This makes
git-blame output much easier to work with in practice.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAH2-Wz=cVh3GHTP6SdLU-Gnmt2zRdF8vZkcrFdSzXQ=WhbWm9Q@mail.gmail.com
.git-blame-ignore-revs [new file with mode: 0644]
src/tools/RELEASE_CHANGES
src/tools/pgindent/README