]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/replay-invalid-onto-advance'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 15:12:41 +0000 (07:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 15:12:41 +0000 (07:12 -0800)
commite7b120c3574e1709f2529ecd549d8e7ea876b09f
treeb178198dd70b34810a2ba44a899a989f32d2289c
parent24c43fb10b7d8fb668740f28b107f9ecb73a268d
parent56b77a687eaf9c48482e9f59ab7077e442e85ff5
Merge branch 'kh/replay-invalid-onto-advance'

Improve the error message when a bad argument is given to the
`--onto` option of "git replay".  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