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 only one asciidoc file. But my pull request can not pass an integration checks. «Git.git (Documentation)» is successfully passed, but «git.git (linux-gcc)», «git.git», «continuous-integration/travis-ci/pr» and I don’t see reason for it.
On Mar 4, 2019, at 8:09 AM, Олег Самойлов [off-list ref] 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 example about using a tree with git diff.
But what is strange. I changed only one asciidoc file. But my pull request can not pass an integration checks. «Git.git (Documentation)» is successfully passed, but «git.git (linux-gcc)», «git.git», «continuous-integration/travis-ci/pr» and I don’t see reason for it.
I’ve noticed that error in my fork also, about fetch not noticing a corrupt pack; I don’t believe it’s related to your changes.
It is intermittent though - if you re-run the target it likely will pass