Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7714c1

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 e5fc38a commit d7714c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.git-blame-ignore-revs

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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 --date=iso
15+
# $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso
1616

1717
82d0ffae3219e4bc153a1306ce23013d168e04a2 # 2022-06-30 11:03:03 -0400
1818
# pgindent run prior to branching v15.
@@ -47,7 +47,7 @@ fa27dd40d5c5f56a1ee837a75c97549e992e32a4 # 2020-05-16 11:54:51 -0400
4747
e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b # 2020-05-16 11:49:14 -0400
4848
# Final pgindent run with pg_bsd_indent version 2.1.
4949

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

5353
b78542b9e975494bba6db2d2802439c3328d5ef7 # 2020-02-15 14:58:30 -0500
@@ -89,7 +89,7 @@ eaedf0df7197b21182f6c341a44e4fdaa3cd6ea6 # 2017-11-29 09:24:24 -0500
8989
382ceffdf7f620d8f2d50e451b4167d291ae2348 # 2017-06-21 15:35:54 -0400
9090
# Phase 3 of pgindent updates.
9191

92-
c7b8998ebbf310a156aa38022555a24d98fdbfb4 # 2017-06-21 15:18:54 -0400
92+
c7b8998ebbf310a156aa38022555a24d98fdbfb4 # 2017-06-21 15:19:25 -0400
9393
# Phase 2 of pgindent updates.
9494

9595
e3860ffa4dd0dad0dd9eea4be9cc1412373a8c89 # 2017-06-21 14:39:04 -0400
@@ -131,13 +131,13 @@ d0cd7bda97a626049aa7d247374909c52399c413 # 2016-02-04 22:30:08 -0500
131131
8d290c8ec6c182a4df1d089c21fe84c7912f01fe # 2016-01-17 19:13:18 -0500
132132
# Re-pgindent a few files.
133133

134-
befa3e648ce018d84cd2a0df701927c56fe3da4e # 2015-05-24 21:44:57 -0400
134+
befa3e648ce018d84cd2a0df701927c56fe3da4e # 2015-05-24 21:45:01 -0400
135135
# Revert 9.5 pgindent changes to atomics directory files
136136

137137
807b9e0dff663c5da875af7907a5106c0ff90673 # 2015-05-23 21:35:49 -0400
138138
# pgindent run for 9.5
139139

140-
785941cdc359c6e595201ffb0df9d28f3f7173a4 # 2015-03-26 14:03:19 -0400
140+
785941cdc359c6e595201ffb0df9d28f3f7173a4 # 2015-03-26 14:03:25 -0400
141141
# Tweak __attribute__-wrapping macros for better pgindent results.
142142

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

0 commit comments

Comments
 (0)