Skip to content

Commit d61124a

Browse files
committed
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.
1 parent 1f6317d commit d61124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-branchless-lib/src/core/formatting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ impl Glyphs {
198198
vertical_ellipsis: "⋮",
199199
split: "━┓",
200200
merge: "━┛",
201-
commit_visible: "",
201+
commit_visible: "",
202202
commit_visible_head: "●",
203203
commit_obsolete: "✕",
204204
commit_obsolete_head: "⦻",

0 commit comments

Comments
 (0)