This seems to work pretty nicely:
git diff --no-prefix -U1000
With the caveat:
The
-Uflag specifies lines of context. You might need to increase this if there are more than 1000 lines between your changes.
This seems to work pretty nicely:
git diff --no-prefix -U1000
With the caveat:
The
-Uflag specifies lines of context. You might need to increase this if there are more than 1000 lines between your changes.