]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/commit-dates-parsing-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:25:44 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:25:44 +0000 (14:25 -0700)
commit3c83b080e4dce42d0f48d28b03691ae1ac0dcde3
tree0f8ab0d53aff78a10ea43439c20c02500c733388
parentb37f81b7b676fe7ede3fa171535593337a8911c8
parent3f419d45ef0dfc33dc301d9ae4737043c091291a
Merge branch 'jk/commit-dates-parsing-fix'

Tighten codepaths that parse timestamps in commit objects.

* 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