forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit261f1a4
committed
Backpatch addition of .git-blame-ignore-revs
This makes it more convenient for git config to contain theblame.ignoreRevsFile setting; otherwise current git versions complain ifthe file is not present.I constructed the file for each branch by scraping the file in branchmaster for commits that appear in that branch. Because a few additionalpgindent commits have been added to the list in master since the listwas first created, this also propagates those to branches 14 and 15where the file already existed. Also, some entries appear to have beenmade using author-date rather than committer-date in the format string,so some timestamps are changed. Also remove bogus whitespace in thesuggested `git log` format string.Backpatch to all supported branches.Discussion:https://postgr.es/m/20220711163138.o72evdeus5f5yy5z@alvherre.pgsql1 parent7394028 commit261f1a4
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
130 | 133 |
| |
131 |
| - | |
| 134 | + | |
132 | 135 |
| |
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
136 | 139 |
| |
137 |
| - | |
| 140 | + | |
138 | 141 |
| |
139 | 142 |
| |
140 | 143 |
| |
|
0 commit comments
Comments
(0)