Re: small fix for git-diff man page

2019-03-04 Thread Kenneth Cochran
> On Mar 4, 2019, at 8:09 AM, Олег Самойлов wrote: > > A small pull request. > > https://github.com/git/git/pull/580 > > Git diff can work with a tree in the form git diff tree..tree too, only > the form git diff commit...commit can't accept a tree instead of a commit. > > Also added useful

small fix for git-diff man page

2019-03-04 Thread Олег Самойлов
A small pull request. https://github.com/git/git/pull/580 Git diff can work with a tree in the form git diff tree..tree too, only the form git diff commit...commit can't accept a tree instead of a commit. Also added useful example about using a tree with git diff. But what is strange. I changed