]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/replay-invalid-onto-advance' into ps/history
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 02:01:22 +0000 (11:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 02:01:22 +0000 (11:01 +0900)
commitf42d7c9067f0f599fa6c0e94a3d247c19b5a6d7a
treedd7846366f58244b47fb6eff5e2f963c453c2c8b
parente0bfec3dfc356f7d808eb5ee546a54116b794397
parent56b77a687eaf9c48482e9f59ab7077e442e85ff5
Merge branch 'kh/replay-invalid-onto-advance' into ps/history

* 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