Re: Strange output of git-diff-tree
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:36
Junio C Hamano [off-list ref] writes:
Jakub Narebski [off-list ref] writes:quoted
First (noticed by matled) is that for git-diff-tree with single tree as an argument it outputs fist commit-id of commit given at input. It is not mentioned in documentation and I think totally unnecessary: 1038:jnareb@roke:~/git> git diff-tree --abbrev origin d5dc6a76d49367cddc015e01d2e9aa22e64d7e28 :040000 040000 44fb36d... 1c26294... M DocumentationWorking as specified as in the original version. See core-tutorial and look for "git-diff-tree -p HEAD".
My mistake -- if you are talking about the first line that shows the commit object name, I am not sure if this was from the beginning or a recent slip-up. Will need to look into it. I thought you were talking about 1-argument diff-tree, sorry.