]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: pass struct replay_opts to parse_insn_line()
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 30 May 2024 13:43:49 +0000 (13:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 May 2024 17:02:56 +0000 (10:02 -0700)
commit0c26738aa4a8256b40a46476c2433c03a562124f
treee1b2acc94ea099cda89ace6aa67e27145a34e7e5
parent19981daefd7c147444462739375462b49412ce33
rebase -i: pass struct replay_opts to parse_insn_line()

This new parameter will be used in the next commit. As adding the
parameter requires quite a few changes to plumb it through the call
chain these are separated into their own commit to avoid cluttering up
the next commit with incidental changes.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
rebase-interactive.c
rebase-interactive.h
sequencer.c
sequencer.h