Sign in
code
/
git
/
4ef1a07de76e2845652c217470c4065a65d721b3
/
.
/
rebase.h
blob: 203b43728237454b4f0aa4fbb962d5e17f6b5855 [
file
]
#ifndef
REBASE_H
#define
REBASE_H
enum
rebase_type
{
REBASE_INVALID
=
-
1
,
REBASE_FALSE
=
0
,
REBASE_TRUE
,
REBASE_MERGES
,
REBASE_INTERACTIVE
};
enum
rebase_type rebase_parse_value
(
const
char
*
value
);
#endif
/* REBASE */