]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kh/replay-invalid-onto-advance' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:40:32 +0000 (16:40 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:40:32 +0000 (16:40 +0900)
Test coverage of "git replay" has been improved.

* kh/replay-invalid-onto-advance:
  t3650: add more regression tests for failure conditions
  replay: die if we cannot parse object
  replay: improve code comment and die message
  replay: die descriptively when invalid commit-ish is given
  replay: find *onto only after testing for ref name
  replay: remove dead code and rearrange


Trivial merge