repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i18n: ref-filter: factorize "%(foo) atom used without %(bar) atom"
[git/debian.git]
/
rebase.h
blob
203b43728237454b4f0aa4fbb962d5e17f6b5855
1
#ifndef REBASE_H
2
#define REBASE_H
3
4
enum
rebase_type
{
5
REBASE_INVALID
= -
1
,
6
REBASE_FALSE
=
0
,
7
REBASE_TRUE
,
8
REBASE_MERGES
,
9
REBASE_INTERACTIVE
10
};
11
12
enum
rebase_type
rebase_parse_value
(
const char
*
value
);
13
14
#endif
/* REBASE */