diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-11-09 14:06:27 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-09 14:06:28 -0800 |
commit | 6a44c9c0d05839d6402c84a80acd0c2525f3a85e (patch) | |
tree | 279ceac5ea54acc3973123fd3e801dfd1c974c10 /sequencer.h | |
parent | ecf95d938b390e1ee7c1df78b9ebe3a59ffd44c9 (diff) | |
parent | 2020451c5bcc5289b8e6f25c7092d4fdb702257a (diff) | |
download | git-6a44c9c0d05839d6402c84a80acd0c2525f3a85e.tar.gz |
Merge branch 'jk/committer-date-is-author-date-fix-simplify'
Code simplification.
* jk/committer-date-is-author-date-fix-simplify:
am, sequencer: stop parsing our own committer ident
Diffstat (limited to 'sequencer.h')
-rw-r--r-- | sequencer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sequencer.h b/sequencer.h index b2a501e445..f925e349c5 100644 --- a/sequencer.h +++ b/sequencer.h @@ -50,8 +50,6 @@ struct replay_opts { int mainline; - char *committer_name; - char *committer_email; char *gpg_sign; enum commit_msg_cleanup_mode default_msg_cleanup; int explicit_cleanup; |