Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: allow giving separate author and committer idents
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index 95370313b66daad8cabcc3b855136e29afb3133f..3727d4d267655ea6b98cbff3456948983251e081 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-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);