[PATCH] guilt: Make sure the commit time is increasing
commit429c3a5303616ec3229f34f3d78d808d57fff60a
authorTheodore Ts'o <tytso@mit.edu>
Wed, 14 Jul 2010 02:53:47 +0000 (13 22:53 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Wed, 14 Jul 2010 02:53:47 +0000 (13 22:53 -0400)
tree1cde33e48943b36b7a29280ba3f09049211d2fb9
parentf833954a61ff01e09e0c2f754194015bd447bfec
[PATCH] guilt: Make sure the commit time is increasing

Git has various algorithms, most notably in git rev-list, git
name-rev, and others, which depend on the commit time increasing.  We
want to keep the commit time the same as much as possible, but if
necessary, adjust the time stamps of the patch files to obey this
constraint.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
[jeffpc: fixup test 051 to handle unchanged patch files' timestamps changing]
guilt
regression/t-051.sh