Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

[Feature Request] Option to deemphasize or hide commit author in commit list #651

Closed raniesantos closed 1 month ago

raniesantos commented 8 months ago

Current behavior: Author name is in bold text and emphasized over the commit message.

Request: I would like an option to unbold the author name and bold the commit message instead. Alternatively, just add an option to hide the commit author.

Reason: The commit author isn't useful information when working on solo/personal projects. Even in team projects, I believe that the commit message is much more important information than the author.

Murmele commented 8 months ago

Similar implementation like here: https://github.com/Murmele/Gittyup/pull/552