rebase -i: rewrite complete_action() in C
[git.git] / rebase-interactive.h
blobd33f3176b72703b0412e00e92cf23461dc116763
1 #ifndef REBASE_INTERACTIVE_H
2 #define REBASE_INTERACTIVE_H
4 void append_todo_help(unsigned edit_todo, unsigned keep_empty,
5 struct strbuf *buf);
6 int append_todo_help_to_file(unsigned edit_todo, unsigned keep_empty);
7 int edit_todo_list(unsigned flags);
9 #endif