Skip to content

Commit fff3f33

Browse files
committed
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
1 parent 7c6ce04 commit fff3f33

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

.git-blame-ignore-revs

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
#
1313
# Add new entries by adding the output of the following to the top of the file:
1414
#
15-
# $ git log --pretty=format:"%H # %cd %n# %s" $PGINDENTGITHASH -1
15+
# $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso
16+
17+
e1c1c30f635390b6a3ae4993e8cac213a33e6e3f # 2021-06-28 11:05:54 -0400
18+
# Pre branch pgindent / pgperltidy run
1619

1720
def5b065ff22a16a80084587613599fe15627213 # 2021-05-12 13:14:10 -0400
1821
# Initial pgindent and pgperltidy run for v14.
1922

23+
ed43677e20369040ca4e50c698010c39d5ac0f47 # 2021-01-19 08:10:13 +0530
24+
# pgindent worker.c.
25+
2026
8b411b8ff41566a1aa601d1f05aeebbebbdb4a54 # 2021-01-13 16:14:38 -0500
2127
# Run reformat-dat-files to declutter the catalog data files.
2228

@@ -29,7 +35,7 @@ fa27dd40d5c5f56a1ee837a75c97549e992e32a4 # 2020-05-16 11:54:51 -0400
2935
e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b # 2020-05-16 11:49:14 -0400
3036
# Final pgindent run with pg_bsd_indent version 2.1.
3137

32-
5cbfce562f7cd2aab0cdc4694ce298ec3567930e # 2020-05-14 13:06:38 -0400
38+
5cbfce562f7cd2aab0cdc4694ce298ec3567930e # 2020-05-14 13:06:50 -0400
3339
# Initial pgindent and pgperltidy run for v13.
3440

3541
b78542b9e975494bba6db2d2802439c3328d5ef7 # 2020-02-15 14:58:30 -0500
@@ -71,7 +77,7 @@ eaedf0df7197b21182f6c341a44e4fdaa3cd6ea6 # 2017-11-29 09:24:24 -0500
7177
382ceffdf7f620d8f2d50e451b4167d291ae2348 # 2017-06-21 15:35:54 -0400
7278
# Phase 3 of pgindent updates.
7379

74-
c7b8998ebbf310a156aa38022555a24d98fdbfb4 # 2017-06-21 15:18:54 -0400
80+
c7b8998ebbf310a156aa38022555a24d98fdbfb4 # 2017-06-21 15:19:25 -0400
7581
# Phase 2 of pgindent updates.
7682

7783
e3860ffa4dd0dad0dd9eea4be9cc1412373a8c89 # 2017-06-21 14:39:04 -0400
@@ -101,16 +107,25 @@ b5bce6c1ec6061c8a4f730d927e162db7e2ce365 # 2016-08-15 13:42:51 -0400
101107
de94e2af184e25576b13cbda8cf825118835d1cd # 2016-04-06 11:34:02 -0400
102108
# Run pgindent on a batch of (mostly-planner-related) source files.
103109

110+
be060cbcd42737693f6fd425db4c139121181cce # 2016-03-09 13:51:11 -0500
111+
# Re-pgindent vacuumlazy.c.
112+
113+
0231f838565d2921a0960407c4240237ba1d56ae # 2016-02-08 15:17:40 -0500
114+
# Re-pgindent varlena.c.
115+
104116
d0cd7bda97a626049aa7d247374909c52399c413 # 2016-02-04 22:30:08 -0500
105117
# postgres_fdw: pgindent run.
106118

107-
befa3e648ce018d84cd2a0df701927c56fe3da4e # 2015-05-24 21:44:57 -0400
119+
8d290c8ec6c182a4df1d089c21fe84c7912f01fe # 2016-01-17 19:13:18 -0500
120+
# Re-pgindent a few files.
121+
122+
befa3e648ce018d84cd2a0df701927c56fe3da4e # 2015-05-24 21:45:01 -0400
108123
# Revert 9.5 pgindent changes to atomics directory files
109124

110125
807b9e0dff663c5da875af7907a5106c0ff90673 # 2015-05-23 21:35:49 -0400
111126
# pgindent run for 9.5
112127

113-
785941cdc359c6e595201ffb0df9d28f3f7173a4 # 2015-03-26 14:03:19 -0400
128+
785941cdc359c6e595201ffb0df9d28f3f7173a4 # 2015-03-26 14:03:25 -0400
114129
# Tweak __attribute__-wrapping macros for better pgindent results.
115130

116131
7584649a1c58029a83a7a57d74cedcf1af434c97 # 2014-10-17 12:19:05 -0400

0 commit comments

Comments
 (0)