config: allow giving separate author and committer idents
[gitweb.git] / builtin / am.c
index 95370313b66daad8cabcc3b855136e29afb3133f..3727d4d267655ea6b98cbff3456948983251e081 100644 (file)
@@ -1594,6 +1594,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);