Merge branch 'jk/reset-ident-time-per-commit'
commit24fbe004904f95ea07f22fea4e4c02a632149d73
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 19:33:17 +0000 (10 12:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 19:33:17 +0000 (10 12:33 -0700)
treef2caff74a5ef0d89df2c170ea5784847addbfd40
parenta0a1831b034af10e5d5b37b99489a7558f9cc547
parent4d9c7e6f45523ce1bf9615689e6c4e13fd82ed5d
Merge branch 'jk/reset-ident-time-per-commit'

Not-so-recent rewrite of "git am" that started making internal
calls into the commit machinery had an unintended regression, in
that no matter how many seconds it took to apply many patches, the
resulting committer timestamp for the resulting commits were all
the same.

* jk/reset-ident-time-per-commit:
  am: reset cached ident date for each patch
builtin/am.c
cache.h
ident.c