|
|
|
|
|
by sodapopcan
120 days ago
|
|
`git log --merges --first-parent` gives you both. I've had separate commits come in handy several times when `git blame`ing when working with people who actually described what changes were about in their commits (which, unlike comments, don't go out of date). |
|