summaryrefslogtreecommitdiff
path: root/sequencer.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:03 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:16:03 +0900
commite0c2b742e0fece8aeee415331f0b988dd7765abd (patch)
tree426097b4cfbdac84ab83608a0729a405161be922 /sequencer.h
parent80d860087299ec96f57e3b6404832d3019c0edc3 (diff)
downloadgit-e0c2b742e0fece8aeee415331f0b988dd7765abd.tar.gz
git-e0c2b742e0fece8aeee415331f0b988dd7765abd.tar.bz2
git-e0c2b742e0fece8aeee415331f0b988dd7765abd.zip
Imported Upstream version 2.12.0upstream/2.12.0
Diffstat (limited to 'sequencer.h')
-rw-r--r--sequencer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sequencer.h b/sequencer.h
index 7a513c57..f885b683 100644
--- a/sequencer.h
+++ b/sequencer.h
@@ -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;