- Notifications
You must be signed in to change notification settings - Fork5
Commit7299778
committed
Improve git_changelog's handling of inconsistent commit orderings.
Use the CommitDate not the AuthorDate, as the former is representative ofthe order in which things went into the main repository, and the latterisn't very; we now have instances where the AuthorDate is as much as amonth before the patch really went in. Also, get rid of the "commit orderinversions" heuristic, which turns out not to do anything very desirable.Instead we just print commits in strict timestamp order, interpreting the"timestamp" of a merged commit as its timestamp on the newest branch itappears in. This fixes some cases where very ancient commits were beingprinted relatively early in the report.1 parent0f39d50 commit7299778
1 file changed
+7
-25
lines changedLines changed: 7 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
28 | 23 |
| |
29 | 24 |
| |
30 | 25 |
| |
| |||
51 | 46 |
| |
52 | 47 |
| |
53 | 48 |
| |
54 |
| - | |
| 49 | + | |
55 | 50 |
| |
56 | 51 |
| |
57 | 52 |
| |
| |||
117 | 112 |
| |
118 | 113 |
| |
119 | 114 |
| |
120 |
| - | |
| 115 | + | |
121 | 116 |
| |
122 | 117 |
| |
123 | 118 |
| |
| |||
171 | 166 |
| |
172 | 167 |
| |
173 | 168 |
| |
174 |
| - | |
175 | 169 |
| |
176 | 170 |
| |
177 | 171 |
| |
178 | 172 |
| |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
| 173 | + | |
| 174 | + | |
190 | 175 |
| |
191 |
| - | |
192 | 176 |
| |
193 | 177 |
| |
194 | 178 |
| |
| |||
203 | 187 |
| |
204 | 188 |
| |
205 | 189 |
| |
206 |
| - | |
207 |
| - | |
208 | 190 |
| |
209 | 191 |
| |
210 | 192 |
| |
|
0 commit comments
Comments
(0)