]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/diff-tree-stdin-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2022 17:46:04 +0000 (10:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2022 17:46:04 +0000 (10:46 -0700)
"diff-tree --stdin" has been broken for about a year, but 2.36
release broke it even worse by breaking running the command with
<pathspec>, which in turn broke "gitk" and got noticed.  This has
been corrected by aligning its behaviour to that of "log".

* jc/diff-tree-stdin-fix:
  2.36 gitk/diff-tree --stdin regression fix

1  2 
log-tree.c

diff --cc log-tree.c
Simple merge