]> git.ipfire.org Git - thirdparty/git.git/blame - rebase-interactive.h
Merge branch 'mh/pack-protocol-doc-fix'
[thirdparty/git.git] / rebase-interactive.h
CommitLineData
145e05ac
AG
1#ifndef REBASE_INTERACTIVE_H
2#define REBASE_INTERACTIVE_H
3
36e7ed69
NTND
4struct strbuf;
5struct repository;
6
a9f5476f
AG
7void append_todo_help(unsigned edit_todo, unsigned keep_empty,
8 struct strbuf *buf);
36e7ed69 9int edit_todo_list(struct repository *r, unsigned flags);
145e05ac
AG
10
11#endif