]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ns/merge-base-is-ancestor-tests'
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2026 17:07:00 +0000 (10:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2026 17:07:00 +0000 (10:07 -0700)
commit97895a898db2e6cc5f3b8f012a9e7913b46340ff
tree0cd1bf47870c8fba8806eab4cc8b06200fe8fdcc
parent4753128b86ff7456ce499f169e1ad6c2366e3563
parent89454a60ed3c668aabdc372327207096c9613e56
Merge branch 'ns/merge-base-is-ancestor-tests'

Tests for 'git merge-base --is-ancestor' have been added to cover
exit codes (0 for success, 1 for non-ancestor, 128 for errors) and
to ensure it cannot be combined with '--all'.

* ns/merge-base-is-ancestor-tests:
  merge-base: add tests for --is-ancestor