]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ar/diff-index-merge-base-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Oct 2023 21:18:28 +0000 (14:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Oct 2023 21:18:28 +0000 (14:18 -0700)
"git diff --merge-base X other args..." insisted that X must be a
commit and errored out when given an annotated tag that peels to a
commit, but we only need it to be a committish.  This has been
corrected.

* ar/diff-index-merge-base-fix:
  diff: fix --merge-base with annotated tags

1  2 
diff-lib.c

diff --cc diff-lib.c
Simple merge