2

My git version is 2.28.0

When I did git range-diff HASH...HASH I get:

enter image description here

But how to force git range-diff to display lines, like usual diff/show does:

git show 4b8f08e8

enter image description here

Eugen Konkov
  • 22,193
  • 17
  • 108
  • 158

1 Answers1

0

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