name-rev: change ULONG_MAX to TIME_MAX
commit5554451de61cb90e530f30b96e62d455e1eff6a1
authorMichael J Gruber <git@grubix.eu>
Wed, 30 Aug 2017 09:46:06 +0000 (30 11:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Sep 2017 03:55:08 +0000 (6 12:55 +0900)
treef56eda79ae1a2ede2dd09d395007ce2631c62d66
parent78089b71da60fcf846b2e7029a90db492f1d3a9d
name-rev: change ULONG_MAX to TIME_MAX

Earlier, dddbad728c ("timestamp_t: a new data type for timestamps",
2017-04-26) changed several types to timestamp_t.

5589e87fd8 ("name-rev: change a "long" variable to timestamp_t",
2017-05-20) cleaned up a missed variable, but both missed a _MAX
constant.

Change the remaining constant to the one appropriate for the current
type

Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/name-rev.c