]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
commit/reset: try to clean up sequencer state
[thirdparty/git.git] / sequencer.h
index 93e891309bb7982c283c77e8950ba8848fdd7d2b..6c7cf8d72ff03552ab60ae5e020ee189b0d4bb93 100644 (file)
@@ -107,8 +107,6 @@ int complete_action(struct repository *r, struct replay_opts *opts, unsigned fla
                    unsigned autosquash);
 int rearrange_squash(struct repository *r);
 
-extern const char sign_off_header[];
-
 /*
  * Append a signoff to the commit message in "msgbuf". The ignore_footer
  * parameter specifies the number of bytes at the end of msgbuf that should
@@ -146,3 +144,4 @@ 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,
                      const char *onto, const char *orig_head);
+void sequencer_post_commit_cleanup(struct repository *r);