Skip to content

Commit e2c3abf

Browse files
committed
feat(smartlog): switch from to for synthetic omitted-commit nodes
This seems like a strictly more understandable icon. (Originally suggested by @martinvonz for jj.)
1 parent 001d59c commit e2c3abf

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
@@ -202,7 +202,7 @@ impl Glyphs {
202202
commit_visible_head: "●",
203203
commit_obsolete: "✕",
204204
commit_obsolete_head: "⦻",
205-
commit_omitted: "",
205+
commit_omitted: "",
206206
commit_merge: "↓",
207207
commit_main: "◇",
208208
commit_main_head: "◆",

0 commit comments

Comments
 (0)