X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sequencer.h;h=3d0b68c34ce1fed23899415660127c999fa999c6;hb=b91408400757d021b10876c36280ef891b502420;hp=0c494b83d43e2c0d71822a23dd274176fe743490;hpb=7df94cd1f691dd6ccb3038e1b77544030aab3fed;p=thirdparty%2Fgit.git diff --git a/sequencer.h b/sequencer.h index 0c494b83d4..3d0b68c34c 100644 --- a/sequencer.h +++ b/sequencer.h @@ -200,6 +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); +void sequencer_post_commit_cleanup(struct repository *r, int verbose); int sequencer_get_last_command(struct repository* r, enum replay_action *action);