Vejo que é preciso um --format
argumento:
--format <format>
A string that interpolates %(fieldname) from a branch ref being shown and the object it points at. The format is the same as that of git-for-each-ref(1).
Quando eu olho man git-for-each-ref
eu descubro
When unspecified, <format> defaults to %(objectname) SPC %(objecttype) TAB %(refname).
e na parte inferior tem estes exemplos:
--format='From: %(*authorname) %(*authoremail)
Subject: %(*subject)
Date: %(*authordate)
Ref: %(*refname)
%(*body)
' 'refs/tags'
--format="ref=%(refname)"
e mais alguns que entendo menos ainda.
Tudo que eu quero é mudar o tom de azul aqui. Ajuda por favor!