repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glossary: add definition for overlay
[git/raj.git]
/
rebase-interactive.h
blob
971da037769476da196ae39eec89431be4923d54
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