Nguyễn Thái Ngọc Duy [off-list ref] writes:
This series introduces:
- %(current), which either shows "*" if the ref is pointed by HEAD
or a space. Junio called it %(headness). I don't like that.
I don't like %(current) either but we have to start somewhere.
Name suggestion? %(marker)??
"marker" will paint us into a corner we cannot get out of when we
want to mark refs with different criteria later. At least "current"
tells you what kind of marker we are talking about and is 1000 times
better.