rebase -i: also expand/collapse the SHA-1s via the rebase--helper
[gitweb.git] / sequencer.h
index 83f2943b7a9fc6868cd5c476bd21d65f45c6fda5..71d25374afedf8e380ce4fa7823d589bf0fb19b5 100644 (file)
@@ -48,6 +48,8 @@ int sequencer_remove_state(struct replay_opts *opts);
 int sequencer_make_script(int keep_empty, FILE *out,
                int argc, const char **argv);
 
+int transform_todo_ids(int shorten_ids);
+
 extern const char sign_off_header[];
 
 void append_signoff(struct strbuf *msgbuf, int ignore_footer, unsigned flag);