[PATCH 0/4] replace unsinged long with time_t
From: <hidden>
Date: 2016-06-15 22:45:36
From: David Bryson <redacted>
Here is a patch set from the Janitor page to replace unsigned long with time_t.
Since it overlaps slightly with a patch I made previously, I wrote this to
apply to next. Comments welcome.
David Bryson (4):
Changed timestamps to time_t instead of unsigned
Changed timestamps to time_t in header files
Changed timestamps to time_t instead of unsigned long for
approxidate()
Changed timestamps to time_t
builtin-gc.c | 2 +-
builtin-prune.c | 2 +-
builtin-reflog.c | 14 +++++++-------
builtin-show-branch.c | 4 ++--
cache.h | 2 +-
parse-options.c | 2 +-
refs.h | 2 +-
revision.h | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)