Hacker News new | ask | show | jobs
by prodigal_erik 3734 days ago
Does "git log --merges" get us there?
1 comments

I suppose it does, though at least the tool my org uses doesn't write good descriptions on the merge commits that are created upon merging in a PR — they're just like "Merge pull request 190 from …" when I'd prefer it to be named for the changes that are actually in that PR. That's good to know that exists, it could be useful. Thanks.