Files
git/builtin
Alban Gruin a2dd67f105 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>
2019-11-25 12:24:49 +09:00
..
2019-07-19 11:30:20 -07:00
2019-09-18 11:50:09 -07:00
2019-09-30 13:19:32 +09:00
2019-01-29 12:47:54 -08:00
2019-09-05 14:11:34 -07:00
2019-04-25 16:41:12 +09:00
2019-05-19 16:45:35 +09:00
2019-09-18 11:50:09 -07:00
2019-09-05 14:11:34 -07:00
2019-09-30 13:19:32 +09:00
2019-05-13 14:22:54 +09:00
2019-08-19 13:05:58 -07:00
2019-09-18 11:50:09 -07:00
2019-09-05 14:11:34 -07:00
2019-07-19 11:30:21 -07:00
2019-06-19 08:19:21 -07:00