repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
list-objects-filter: teach tree:# how to handle >0
[git.git]
/
rebase-interactive.h
blob
17b6c9f6d05ea2372c58a50679cb0f8fb808aaef
1
#ifndef REBASE_INTERACTIVE_H
2
#define REBASE_INTERACTIVE_H
3
4
struct
strbuf
;
5
struct
repository
;
6
7
void
append_todo_help
(
unsigned
edit_todo
,
unsigned
keep_empty
,
8
struct
strbuf
*
buf
);
9
int
edit_todo_list
(
struct
repository
*
r
,
unsigned
flags
);
10
11
#endif