/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
rebase -i: rewrite checkout_onto() in C
[git/git.git]
/
rebase-interactive.h
Commit
Line
Data
145e05ac
AG
1
#ifndef REBASE_INTERACTIVE_H
2
#define REBASE_INTERACTIVE_H
3
4
int append_todo_help(unsigned edit_todo, unsigned keep_empty);
64a43cbd
5
int edit_todo_list(unsigned flags);
145e05ac
AG
6
7
#endif