mirror of
https://github.com/git/git.git
synced 2026-02-03 06:21:39 +00:00
Merge 'sequencer-i' into HEAD
This commit is contained in:
1105
sequencer.c
1105
sequencer.c
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user