I would like to see a difference between subsequent versions of a file tracked by Git LFS, which I used to get using git log -p.
Is there an alternate command to get this difference with Git LFS? Are there any plans to integrate this command to display differences in file contents, rather than differences between pointer references, when using git diff or git log -p?
Note: I am using Git LFS to track (somewhat large) text files.
I would like to see a difference between subsequent versions of a file tracked by Git LFS, which I used to get using
git log -p.Is there an alternate command to get this difference with Git LFS? Are there any plans to integrate this command to display differences in file contents, rather than differences between pointer references, when using
git difforgit log -p?Note: I am using Git LFS to track (somewhat large) text files.