Merge branch 'jk/commit-dates-parsing-fix' into maint
commit8aac6c97e81dee53ae7740663128b0296398d6d1
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:01 +0000 (18 14:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:01 +0000 (18 14:04 -0700)
treed6977ae7a154fe5ddb272c5e6475eb9fd4467c05
parenta5aca6e883639ce3a3ad07271032905edc0ac608
parent3f419d45ef0dfc33dc301d9ae4737043c091291a
Merge branch 'jk/commit-dates-parsing-fix' into maint

Codepaths that parse timestamps in commit objects have been
tightened.

* jk/commit-dates-parsing-fix:
  show_ident_date: fix tz range check
  log: do not segfault on gmtime errors
  log: handle integer overflow in timestamps
  date: check date overflow against time_t
  fsck: report integer overflow in author timestamps
  t4212: test bogus timestamps with git-log
cache.h
date.c
pretty.c
t/t4212-log-corrupt.sh