Merge branch 'jh/trace2'
[gitweb.git] / builtin / am.c
index cca494d9c3bac6d256dc9d0e42161975541a1357..86e33495b039bd44d4b59625388d55cd624ccd26 100644 (file)
@@ -1580,6 +1580,7 @@ static void do_commit(const struct am_state *state)
        }
 
        author = fmt_ident(state->author_name, state->author_email,
+               WANT_AUTHOR_IDENT,
                        state->ignore_date ? NULL : state->author_date,
                        IDENT_STRICT);