]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ct/diff-with-merge-base-clarification'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:46 +0000 (12:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:46 +0000 (12:27 -0700)
"git diff" used to take arguments in random and nonsense range
notation, e.g. "git diff A..B C", "git diff A..B C...D", etc.,
which has been cleaned up.

* ct/diff-with-merge-base-clarification:
  Documentation: usage for diff combined commits
  git diff: improve range handling
  t/t3430: avoid undefined git diff behavior

1  2 
builtin/diff.c

diff --cc builtin/diff.c
Simple merge