Skip to content

Commit

Permalink
templates: use "+" instead of "#" to denote immutable node in ascii g…
Browse files Browse the repository at this point in the history
…raph

Maybe it's personal preference, but the hash sign looks bigger compared to
the normal "o" nodes, and is slanted. This makes immutable commits stand out
too much. I think "+" is closer to the diamond character used in the unicode
template.
  • Loading branch information
yuja committed Apr 19, 2024
1 parent 3d267de commit 684075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/config/templates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ coalesce(
),
coalesce(
if(current_working_copy, "@"),
if(immutable, "#"),
if(immutable, "+"),
if(conflict, "x"),
"o",
)
Expand Down

0 comments on commit 684075f

Please sign in to comment.