mirror of https://git.jolheiser.com/dotnix.git
parent
73f94ab78a
commit
ca95a6756d
|
@ -31,8 +31,7 @@ let
|
||||||
}) ++ "…"
|
}) ++ "…"
|
||||||
),
|
),
|
||||||
"•",
|
"•",
|
||||||
change_id.shortest(),
|
change_id.shortest(6).prefix() ++ "|" ++ change_id.shortest(6).rest(),
|
||||||
commit_id.shortest(),
|
|
||||||
if(empty, "(empty)"),
|
if(empty, "(empty)"),
|
||||||
if(conflict, "(conflict)"),
|
if(conflict, "(conflict)"),
|
||||||
if(divergent, "(divergent)"),
|
if(divergent, "(divergent)"),
|
||||||
|
|
Loading…
Reference in New Issue