git-branchless
git-branchless copied to clipboard
feat(smartlog): switch from ◯ to ○ for visible commit nodes
U+25EF is unicode LARGE CIRCLE thus would be rendered visibly larger than other node. I believe U+25CB WHITE CIRCLE should be used instead.
Bellow is the list of icons used to denote commit node
| node | symbol |
|---|---|
| commit_visible(before) | ◯ |
| commit_visible(this PR) | ○ |
| commit_visible_head | ● |
| commit_obsolete | ✕ |
| commit_obsolete_head | ⦻ |
| commit_omitted | ◌ |
| commit_merge | ↓ |
| commit_main | ◇ |
| commit_main_head | ◆ |
| commit_main_obsolete | ✕ |
| commit_main_obsolete_head | ❖ |
This PR takes the opposite approach and makes the filled-in circle larger