]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / sequencer.h
index d31c41f018cb398e3da8e412f99925a8b30bde22..b2a501e445316fc5a6d5befb341be3cfc1c74077 100644 (file)
@@ -45,9 +45,13 @@ struct replay_opts {
        int verbose;
        int quiet;
        int reschedule_failed_exec;
+       int committer_date_is_author_date;
+       int ignore_date;
 
        int mainline;
 
+       char *committer_name;
+       char *committer_email;
        char *gpg_sign;
        enum commit_msg_cleanup_mode default_msg_cleanup;
        int explicit_cleanup;