]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/strict-label-lookups'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:23 +0000 (11:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:23 +0000 (11:22 +0900)
Correct an error where `git rebase` would mistakenly use a branch or
tag named "refs/rewritten/xyz" when missing a rebase label.

* pw/strict-label-lookups:
  sequencer: tighten label lookups
  sequencer: unify label lookup

1  2 
sequencer.c

diff --cc sequencer.c
Simple merge