fix cherry-pick/revert status after commit
[gitweb.git] / sequencer.h
index 6c7cf8d72ff03552ab60ae5e020ee189b0d4bb93..c4b79165d3cedf434057674b8ccc5c53ec9d5929 100644 (file)
@@ -145,3 +145,5 @@ void parse_strategy_opts(struct replay_opts *opts, char *raw_opts);
 int write_basic_state(struct replay_opts *opts, const char *head_name,
                      const char *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);