Merge 'sequencer-i' into HEAD

This commit is contained in:
Johannes Schindelin
2017-01-10 12:42:02 +01:00
2 changed files with 1013 additions and 96 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,8 @@ const char *git_path_seq_dir(void);
enum replay_action {
REPLAY_REVERT,
REPLAY_PICK
REPLAY_PICK,
REPLAY_INTERACTIVE_REBASE
};
struct replay_opts {
@@ -23,6 +24,7 @@ struct replay_opts {
int allow_empty;
int allow_empty_message;
int keep_redundant_commits;
int verbose;
int mainline;