Hacker News new | ask | show | jobs
by recursive 1048 days ago
What's an MR?
1 comments

Merge Request - sometimes misnamed as Pull Request.
What's the single command line argument you had in mind to view a whole MR after it's been merged?
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`).