/
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
rerere.c: remove the_repository references
[git/git.git]
/
rebase-interactive.h
Commit
Line
Data
145e05ac
AG
1
#ifndef REBASE_INTERACTIVE_H
2
#define REBASE_INTERACTIVE_H
3
a9f5476f
AG
4
void append_todo_help(unsigned edit_todo, unsigned keep_empty,
5
struct strbuf *buf);
64a43cbd
6
int edit_todo_list(unsigned flags);
145e05ac
AG
7
8
#endif