]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge