Merge branch 'ak/pretty-decorate-more'
commit86b56ff267962ab91aa368b10d6df10b1e9e291e
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2023 18:16:59 +0000 (14 11:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2023 18:16:59 +0000 (14 11:16 -0700)
tree653a272e71e944f6349db335b03074cd073c942d
parent174dfe463778680382d32a280ad73bc12e2017d3
parent1e63b34a449afd650b02ab19501e8ccf0c15816e
Merge branch 'ak/pretty-decorate-more'

"git log --format" has been taught the %(decorate) placeholder.

* ak/pretty-decorate-more:
  decorate: use commit color for HEAD arrow
  pretty: add pointer and tag options to %(decorate)
  pretty: add %(decorate[:<options>]) format
  decorate: color each token separately
  decorate: avoid some unnecessary color overhead
  decorate: refactor format_decorations()
  pretty-formats: enclose options in angle brackets
  pretty-formats: define "literal formatting code"