worktree: allow to (re)move worktrees with uninitialized submodules
[git.git] / rebase-interactive.h
blob971da037769476da196ae39eec89431be4923d54
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 edit_todo_list(unsigned flags);
8 #endif