Showing Only Changed Files in Git Log
This technique shows only the changed files in a git log call without having to show the entire patch:
git log --name-only ...
Software Developer and occasional writer of music. Based in Melbourne, Australia.
This technique shows only the changed files in a git log call without having to show the entire patch:
git log --name-only ...