Add `dim-merge-commits` feature
See original GitHub issueThis would solve the “noise” concern mentioned in #2768
It would have to use a combined GraphQL query to determine which commits on the current page are merge commits, and then just apply opacity: 0.6
on their whole line. Or something like that.
“Combined GraphQL query” example: https://github.com/sindresorhus/refined-github/pull/2795/files#diff-04c19a6c246911e079b45f999eab501cR14-R22
Test URL
https://github.com/babel/babel/commits/master?after=ddd40bf5c7ad8565fc990f26142f85613958a329+104
_Originally posted by @fregante in https://github.com/sindresorhus/refined-github/issues/2768#issuecomment-590036267_
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Restore functionality from `sync-pr-commit-title` removed in ...
I removed it because merge commits are indistinguishable, so in a list it looks like that commit added a feature and then the...
Read more >sindresorhus/refined-github (Raised $2,687.94) - Issuehunt
sindresorhus/. refined-github. Browser extension that simplifies the GitHub interface and adds useful features. Owners: Follow. $2,687.94. USD raised.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fregante Im working on it
I think only merge commits have 2 parent commits