Files
git/rebase-interactive.h
Johannes Schindelin db13c4fd88 squash! Merge builtin-stash-rebase
Let's drop this branch thicket during the next merging rebase, in
preparation for merging a newer branch thicket with builtin-stash-v8 and
builtin-rebase-i-v7.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-09-03 22:22:02 +02:00

9 lines
195 B
C

#ifndef REBASE_INTERACTIVE_H
#define REBASE_INTERACTIVE_H
void append_todo_help(unsigned edit_todo, unsigned keep_empty,
struct strbuf *buf);
int edit_todo_list(unsigned flags);
#endif