Merge branch 'pw/rebase-i-validate-labels-early'
commit21522cf5d0a719ceb7c4b935294be7737062763a
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (27 10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (27 10:08 -0800)
tree7690959a0d04b8fba68c4357a449c10544465be3
parentdadc8e6dacb629f46aee39bde90b6f09b73722eb
parent16b3880dd7e617f909b2a3bc3672e29a897842bd
Merge branch 'pw/rebase-i-validate-labels-early'

An invalid label or ref in the "rebase -i" todo file used to
trigger an runtime error. SUch an error is now diagnosed while the
todo file is parsed.

* pw/rebase-i-validate-labels-early:
  rebase -i: check labels and refs when parsing todo list
sequencer.c