]> git.ipfire.org Git - thirdparty/git.git/blob - rebase-interactive.h
Merge branch 'dl/reset-doc-no-wrt-abbrev'
[thirdparty/git.git] / rebase-interactive.h
1 #ifndef REBASE_INTERACTIVE_H
2 #define REBASE_INTERACTIVE_H
3
4 struct strbuf;
5 struct repository;
6
7 void append_todo_help(unsigned edit_todo, unsigned keep_empty,
8 struct strbuf *buf);
9 int edit_todo_list(struct repository *r, unsigned flags);
10
11 #endif