Merge branch 'jk/reset-ident-time-per-commit'
[gitweb.git] / builtin / am.c
index b77bf11acecd7cd80171c78378154c712415af6f..8aa9b5b93666937234224d689ac16ce235ba9b90 100644 (file)
@@ -1840,6 +1840,8 @@ static void am_run(struct am_state *state, int resume)
                const char *mail = am_path(state, msgnum(state));
                int apply_status;
 
+               reset_ident_date();
+
                if (!file_exists(mail))
                        goto next;