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

Yes, the git CLI! Try `git log --first-parent`. Not sure about which other frontends support it, but they should (if only to shut the squashers up).



One reason I like cleaning up the history before merging is that anyone can then `git blame` and land on a commit that shows the feature/bugfix as a whole and hopefully with a clear explanation in the commit message. Not a bunch of "Fix typo" kind of commits.

Any solution for that?


It looks like git blame supports the same flag, and explicitly calls this out as a use case in the documentation!


I always used this but how do you add patches to the same output?




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

Search: