]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
rebase -i: rewrite complete_action() in C
[thirdparty/git.git] / sequencer.h
index fcbcd246c23e96450523b0fa30978f550fe2bae7..d58766c6d78fc6e0a0e2073b6e11d6f2ac144c43 100644 (file)
@@ -92,6 +92,10 @@ int transform_todos(unsigned flags);
 enum missing_commit_check_level get_missing_commit_check_level(void);
 int check_todo_list(void);
 int skip_unnecessary_picks(struct object_id *output_oid);
+int complete_action(struct replay_opts *opts, unsigned flags,
+                   const char *shortrevisions, const char *onto_name,
+                   const char *onto, const char *orig_head, const char *cmd,
+                   unsigned autosquash);
 int rearrange_squash(void);
 
 extern const char sign_off_header[];