summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
Commit message (Collapse)AuthorAgeFilesLines
* Add b6dfee28 to .git-blame-ignore-revsMichael Paquier2023-03-091-0/+3
| | | | Thanks to Álvaro Herrera for the poke.
* Add 250c8ee07ed to git-blame-ignore-revsAndres Freund2023-01-131-0/+3
|
* Add b2e6e7682 to .git-blame-ignore-revsJohn Naylor2022-09-081-0/+3
|
* Backpatch addition of .git-blame-ignore-revsAlvaro Herrera2022-08-051-5/+5
| | | | | | | | | | | | | | | | | | | 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
* Add another old commit to git-blame-ignore-revs.Peter Geoghegan2022-08-031-0/+3
|
* Add 82d0ffae3 to git-blame-ignore-revs.Tom Lane2022-06-301-0/+3
|
* Add 23e7b38bf to git-blame-ignore-revs.Tom Lane2022-05-121-0/+3
|
* Add a few recent and not so recent revs to git-blame-ignore-revs.Andres Freund2022-03-191-0/+9
|
* Add another old commit to git-blame-ignore-revs.Peter Geoghegan2021-11-031-0/+3
| | | | | Add another historic pgindent commit that was missed by the initial work done in commit 8e638845.
* Add historic commit to git-blame-ignore-revs file.Peter Geoghegan2021-08-311-0/+3
| | | | | Add a historic pgindent commit that was missed by the initial work done in commit 8e638845.
* Add pgindent commit to git-blame-ignore-revs file.Peter Geoghegan2021-06-281-1/+4
| | | | Add entry for recent commit e1c1c30f.
* Add list of ignorable pgindent commits for git-blame.Peter Geoghegan2021-06-221-0/+219
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