- Notifications
You must be signed in to change notification settings - Fork5
Commit7a1e34d
committed
Increase git_changelog's timestamp_slop from 10 min to 1 day.
Many committers seem to now be using a work flow in which back-patchedcommits are timestamped minutes or even hours apart in different branches(most likely because they commit in one branch before starting work onthe next one). git_changelog was failing to merge its reports in suchcases, so increase the max time it's willing to merge commits across.I considered getting rid of the limit altogether, but that producessome odd results in terms of how the merged commit gets sorted relativeto unrelated commits.1 parentc6d4b1d commit7a1e34d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments
Comments
(0)