diff options
author | Alban Gruin <alban.gruin@gmail.com> | 2019-11-24 18:43:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-25 12:24:49 +0900 |
commit | a2dd67f10523d3593f404b9889b6318f75ab988c (patch) | |
tree | 4d4f5e3687fbb38cbd05bcc4476392e4da2954e9 /t/t0027-auto-crlf.sh | |
parent | sequencer: move the code writing total_nr on the disk to a new function (diff) | |
download | tgif-a2dd67f10523d3593f404b9889b6318f75ab988c.tar.xz |
rebase: fill `squash_onto' in get_replay_opts()
When sequencer_continue() is called by complete_action(), `opts' has
been filled by get_replay_opts(). Currently, it does not initialise the
`squash_onto' field (used by the `--root' mode), only
read_populate_opts() does. It’s not a problem yet since
sequencer_continue() calls it before pick_commits(), but it would lead
to incorrect results once complete_action() is modified to call
pick_commits() directly.
Let’s change that.
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0027-auto-crlf.sh')
0 files changed, 0 insertions, 0 deletions