diff options
Diffstat (limited to 'sequencer.h')
| -rw-r--r-- | sequencer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sequencer.h b/sequencer.h index a800cb5755..c5787c6b56 100644 --- a/sequencer.h +++ b/sequencer.h @@ -48,6 +48,10 @@ struct replay_opts { struct strbuf current_fixups; int current_fixup_count; + /* placeholder commit for -i --root */ + struct object_id squash_onto; + int have_squash_onto; + /* Only used by REPLAY_NONE */ struct rev_info *revs; }; |
