How to have git log show filenames like svn log -v – Stack Overflow
Posted by jpluimers on 2020/12/01
I stick to git log --name-status
as suggested in [WayBack] How to have git log show filenames like svn log -v – Stack Overflow.
A slightly less readable alternative isgit log --num-status
.
There is also git log --name-only
as suggested in [WayBack] How to show changed file name only with git log? – Stack Overflow
–jeroen
Leave a Reply