| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add list of ignorable pgindent commits for git-blame. |
| Date: | 2021-06-22 16:07:24 |
| Message-ID: | E1lvivs-0001iT-K3@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)bowt(dot)ie>
Reviewed-By: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CAH2-Wz=cVh3GHTP6SdLU-Gnmt2zRdF8vZkcrFdSzXQ=WhbWm9Q@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/8e638845ff6bb255ad1dea15831089a234535391
Modified Files
--------------
.git-blame-ignore-revs | 219 ++++++++++++++++++++++++++++++++++++++++++++++
src/tools/RELEASE_CHANGES | 4 +
src/tools/pgindent/README | 5 ++
3 files changed, 228 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | noreply | 2021-06-22 21:23:12 | pgsql: Tag refs/tags/REL_14_BETA2 was created |
| Previous Message | Thomas Munro | 2021-06-22 01:27:35 | pgsql: Back-patch "Tolerate version lookup failure for old style Window |