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

If the noise is behind merges, you can also use `git blame --first-parent` and it should show the big merge commit with the comprehensive explanatory message, rather than the small commit in the feature branch. You can use `git show -m` to show the diff of those merges.



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

Search: