Hacker News new | ask | show | jobs
by recursive 1043 days ago
What's the single command line argument you had in mind to view a whole MR after it's been merged?
1 comments

See the first comment you replied to:

> This way you don't lose commit granularity while you can still obtain the "one commit per unit of work" view with simple `git log --first-parent` (or do the opposite and skip the merge commits with `git log --no-merges`).