Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-cherry-pick: add allow-empty option
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index bb4b13830e157dafb468f8256bab25110058ba9b..e2cd725401390939ed765b6cd2c4bd3393a99179 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-29,6
+29,7
@@
struct replay_opts {
int signoff;
int allow_ff;
int allow_rerere_auto;
+ int allow_empty;
int mainline;