home: jj: drop fancy icon from log
This messes with the graph formatting when history is not linear because the fancy icon's width is non-standard
This commit is contained in:
parent
b17195c0cf
commit
f083325b4a
|
@ -46,8 +46,8 @@ coalesce(
|
||||||
if(current_working_copy, "@"),
|
if(current_working_copy, "@"),
|
||||||
if(immutable, "◆"),
|
if(immutable, "◆"),
|
||||||
if(conflict, "×"),
|
if(conflict, "×"),
|
||||||
if(description.starts_with("wip:"), "🔒"),
|
if(description.starts_with("wip:"), "!"),
|
||||||
if(description.starts_with("private:"), "🔒"),
|
if(description.starts_with("private:"), "!"),
|
||||||
"○",
|
"○",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue