]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ag/rebase-update-refs-limit-to-branches' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:51 +0000 (11:07 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:51 +0000 (11:07 +0900)
commit5222da09bbe938eec1fb0b7f19d89c8bfd84871c
treef7524b8af5e0f3c63c20cdef0c9fb6d31eea095c
parent2e8fc7cdacf21953796dd47fc2fffeec0dcc3fab
parent106b6885c7bbaafc863dff0bb5361f906545de5c
Merge branch 'ag/rebase-update-refs-limit-to-branches' into next

"git rebase --update-refs", when used with an rebase.instructionFormat
with "%d" (describe) in it, tried to update local branch HEAD by
mistake, which has been corrected.

* ag/rebase-update-refs-limit-to-branches:
  rebase: ignore non-branch update-refs
sequencer.c
t/t3404-rebase-interactive.sh