]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/rebase-i-validate-labels-early'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (10:08 -0800)
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

1  2 
sequencer.c

diff --cc sequencer.c
Simple merge