My git version is 2.28.0
When I did git range-diff HASH...HASH I get:
But how to force git range-diff to display lines, like usual diff/show does:
git show 4b8f08e8
My git version is 2.28.0
When I did git range-diff HASH...HASH I get:
But how to force git range-diff to display lines, like usual diff/show does:
git show 4b8f08e8
Copyright © 2021 Jogjafile Inc.


This isn't possible with
git range-diffand the documentation doesn't say anything about this. You will have togit show HASHthe commits to see the lines.