projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fr_2.20_round3' of git://github.com/jnavila/git
[git]
/
rebase-interactive.h
1
#ifndef REBASE_INTERACTIVE_H
2
#define REBASE_INTERACTIVE_H
3
4
void append_todo_help(unsigned edit_todo, unsigned keep_empty,
5
struct strbuf *buf);
6
int edit_todo_list(unsigned flags);
7
8
#endif