forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7714c1
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 parente5fc38a commitd7714c1
1 file changed
+5
-5
lines changedLines changed: 5 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 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
0 commit comments
Comments
(0)