Johannes Schindelin [off-list ref] writes:
With this patch, "git log --decorate --pretty=format:%d", shows the
name decoration (i.e. whenever a commit matches a ref, that ref's name
is shown).
Signed-off-by: Johannes Schindelin <redacted>
---
Maybe %d should expand to " (<name decoration>)" instead of
"<name decoration>"?
Not necessarily. %d in --pretty="format:%h%d %s" may want to expand to
"(<name>) " instead of " (<name>)".