]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ak/pretty-decorate-more'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2023 18:16:59 +0000 (11:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Sep 2023 18:16:59 +0000 (11:16 -0700)
"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"


Trivial merge