mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-19 12:01:05 -05:00
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>
9 lines
195 B
C
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
|