Increase git_changelog's timestamp_slop from 10 min to 1 day.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7a1e34d3713c13b3b2c81f0410a6629362b37b00
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-12-02T16:33:49Z
Releases: 9.4.0
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-patched
commits are timestamped minutes or even hours apart in different branches
(most likely because they commit in one branch before starting work on
the next one).  git_changelog was failing to merge its reports in such
cases, so increase the max time it's willing to merge commits across.
I considered getting rid of the limit altogether, but that produces
some odd results in terms of how the merged commit gets sorted relative
to unrelated commits.

Files

PathChange+/−
src/tools/git_changelog modified +1 −1