]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
Merge branch 'bb/unicode-12.1-reiwa'
[thirdparty/git.git] / sequencer.h
index f4a8f4e44399325b7f62c0467061fad53c555156..0c494b83d43e2c0d71822a23dd274176fe743490 100644 (file)
@@ -200,3 +200,6 @@ int read_author_script(const char *path, char **name, char **email, char **date,
 void parse_strategy_opts(struct replay_opts *opts, char *raw_opts);
 int write_basic_state(struct replay_opts *opts, const char *head_name,
                      struct commit *onto, const char *orig_head);
+void sequencer_post_commit_cleanup(struct repository *r);
+int sequencer_get_last_command(struct repository* r,
+                              enum replay_action *action);