summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-20 05:39:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-20 05:39:43 (GMT)
commit5589e87fd8d2a74201157dad34d66fdcf7ce41a3 (patch)
tree3831cfceba7d29b56b56f5c135bfb7d2f5b263ed /commit.c
parent3f789719a65bfa6c302e8f794847a3eb69b6881b (diff)
downloadgit-5589e87fd8d2a74201157dad34d66fdcf7ce41a3.zip
git-5589e87fd8d2a74201157dad34d66fdcf7ce41a3.tar.gz
git-5589e87fd8d2a74201157dad34d66fdcf7ce41a3.tar.bz2
name-rev: change a "long" variable to timestamp_t
Earlier dddbad72 ("timestamp_t: a new data type for timestamps", 2017-04-26) updated all in-core variables, fields and function return values that are used to store "seconds since epoch" to a new type timestamp_t. Unfortunately one variable "cutoff", which is used to keep track of the oldest timestamp of commit we saw on the command line, was "long" and left behind. Update it to timestamp_t as well. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions