]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/log-decorate-opts-with-implicit-decorate'
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:15 +0000 (15:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:15 +0000 (15:03 -0800)
When "git log" implicitly enabled the "decoration" processing
without being explicitly asked with "--decorate" option, it failed
to read and honor the settings given by the "--decorate-refs"
option.

* jk/log-decorate-opts-with-implicit-decorate:
  log: load decorations with --simplify-by-decoration
  log: handle --decorate-refs with userformat "%d"


Trivial merge