Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit/reset: try to clean up sequencer state
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index 4d505b3590ed158600844cfe3889112b5da4e511..6c7cf8d72ff03552ab60ae5e020ee189b0d4bb93 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-144,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);