]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/pretty-lazy-load-commit'
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 22:48:33 +0000 (14:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 22:48:33 +0000 (14:48 -0800)
Some pretty-format specifiers do not need the data in commit object
(e.g. "%H"), but we were over-eager to load and parse it, which has
been made even lazier.

* jk/pretty-lazy-load-commit:
  pretty: lazy-load commit data when expanding user-format


Trivial merge