Murmele / Gittyup

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

Compact commit list: move commit message closer to commit graph #700

Closed jensenr30 closed 4 months ago

jensenr30 commented 4 months ago

In the compact commit list, I moved the author name to the right-side of the commit list window. This gets the commit message closer to the commit graph. I thought this would make the compact commit list easier to read.

moved-name.webm

Murmele commented 4 months ago

This is nice thanks!

jensenr30 commented 4 months ago

whoops - I forgot to install those pre-commit formatting hooks. I will fix this today after work.

jensenr30 commented 4 months ago

@Murmele I fixed the formatting by installing pre-commit using the setup-env script. I made sure clang-format actually ran on the source file I edited.

I also tried running the tests. 2 failed on my machine. But then I checked out master and the same two tests failed. So I don't think the tests failed because of my changes. All the build targets in the github workflow worked last time (except the formatting test) so I think it should work this time.