git log -p .
only within the current directory but not in subdirectories
equivalent
svn log --diff --depth files .
Is it possible?
How about:
$ git log -p file1 file2 ...
Or, if they're too many to type:
$ find . -maxdepth 1 -type f | xargs git log -p
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With