Hacker News new | past | comments | ask | show | jobs | submit login

What's the options to make git show the files that changed in each diff?



Apart from `-p` and `--name-status`, there’s also `--stat` for the `++++++++----` things for each file.


git log --name-status is useful


git log -p or git log --patch




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: