summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)Author
11 daysAdd commit 9e345415bc to .git-blame-ignore-revs.Nathan Bossart
2025-06-15Add commit b27644bad to .git-blame-ignore-revs.Tom Lane
2025-06-01Add commit 4672b6223 to .git-blame-ignore-revs.Tom Lane
2025-04-30Add 918e7287e to .git-blame-ignore-revsDavid Rowley
2025-04-04Add commit e1a8b1ad58 to .git-blame-ignore-revs.Nathan Bossart
2025-03-18Add commit 796bdda484 to .git-blame-ignore-revs.Nathan Bossart
2025-03-17Add commit 203c1b4cc4 to .git-blame-ignore-revs.Nathan Bossart
2025-03-12Add b955df443 to .git-blame-ignore-revsDavid Rowley
2025-02-01Add commit 76aa615943 to .git-blame-ignore-revsAmit Langote
2025-01-13Add commit 6e826278f1 to .git-blame-ignore-revs.Nathan Bossart
2024-12-25Add commit 301de6a6f60 to .git-blame-ignore-revs.Peter Eisentraut
2024-11-22Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart
2024-10-14Add commit 7f7474a8e4 to .git-blame-ignore-revs.Nathan Bossart
2024-09-14Add commit 7229ebe011df to .git-blame-ignore-revs.Alvaro Herrera
2024-09-13Add commit 2b03cfeea4 to .git-blame-ignore-revs.Nathan Bossart
2024-08-15Add 97add39c0 to .git-blame-ignore-revs.Tom Lane
2024-08-14Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart
2024-07-16Add a couple of recent commits to .git-blame-ignore-revs.Nathan Bossart
2024-05-14Add da256a4a7 to .git-blame-ignore-revs.Tom Lane
2024-03-26Add commit 64e401b62b to .git-blame-ignore-revs.Nathan Bossart
2024-03-05Add a few recent commits to .git-blame-ignore-revs.Nathan Bossart
2024-02-09Add previous commit to .git-blame-ignore-revsMichael Paquier
2024-01-13Add previous commit to .git-blame-ignore-revs.Tom Lane
Discussion: https://postgr.es/m/1393953.1698353013@sss.pgh.pa.us Discussion: https://postgr.es/m/CAGjhLkOoBEC9mLsnB42d3CO1vcMx71MLSEuigeABbQ8oRdA6gw@mail.gmail.com
2023-10-26Add "Add trailing commas to enum definitions" to .git-blame-ignore-revsPeter Eisentraut
Discussion: https://www.postgresql.org/message-id/flat/386f8c45-c8ac-4681-8add-e3b0852c1620%40eisentraut.org
2023-10-16Add a few recent commits to .git-blame-ignore-revsMichael Paquier
Three commits need to be added compared to the last time this file was updated: - e9718b4bd3e4 - 01529c704008 - b6a77c6a6ccf
2023-08-30Add bc6041b61f to .git-blame-ignore-revs.Tatsuo Ishii
2023-08-17Add a few recent commits to .git-blame-ignore-revs.Nathan Bossart
Reviewed-by: Peter Geoghegan Discussion: https://postgr.es/m/20230815203109.GA2596919%40nathanxps13
2023-06-20Add b334612b8 to .git-blame-ignore-revs.Tom Lane
2023-06-10Add another old commit to git-blame-ignore-revs.Peter Geoghegan
2023-05-19Add 0245f8db3 to .git-blame-ignore-revs.Tom Lane
2023-03-09Add b6dfee28 to .git-blame-ignore-revsMichael Paquier
Thanks to Álvaro Herrera for the poke.
2023-01-13Add 250c8ee07ed to git-blame-ignore-revsAndres Freund
2022-09-08Add b2e6e7682 to .git-blame-ignore-revsJohn Naylor
2022-08-05Backpatch addition of .git-blame-ignore-revsAlvaro Herrera
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
2022-08-03Add another old commit to git-blame-ignore-revs.Peter Geoghegan
2022-06-30Add 82d0ffae3 to git-blame-ignore-revs.Tom Lane
2022-05-12Add 23e7b38bf to git-blame-ignore-revs.Tom Lane
2022-03-19Add a few recent and not so recent revs to git-blame-ignore-revs.Andres Freund
2021-11-04Add another old commit to git-blame-ignore-revs.Peter Geoghegan
Add another historic pgindent commit that was missed by the initial work done in commit 8e638845.
2021-08-31Add historic commit to git-blame-ignore-revs file.Peter Geoghegan
Add a historic pgindent commit that was missed by the initial work done in commit 8e638845.
2021-06-28Add pgindent commit to git-blame-ignore-revs file.Peter Geoghegan
Add entry for recent commit e1c1c30f.
2021-06-22Add list of ignorable pgindent commits for git-blame.Peter Geoghegan
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