rebase -i: generate the script via rebase--helper
[gitweb.git] / sequencer.h
index f885b68395f4bff1ded96c0ab84ed87d164f0c7d..83f2943b7a9fc6868cd5c476bd21d65f45c6fda5 100644 (file)
@@ -45,6 +45,9 @@ int sequencer_continue(struct replay_opts *opts);
 int sequencer_rollback(struct replay_opts *opts);
 int sequencer_remove_state(struct replay_opts *opts);
 
+int sequencer_make_script(int keep_empty, FILE *out,
+               int argc, const char **argv);
+
 extern const char sign_off_header[];
 
 void append_signoff(struct strbuf *msgbuf, int ignore_footer, unsigned flag);