]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit938ecaa42f1be47b9bcaa947ecd6b04f9c1dc3db
tree21b5a0cbf682fe400326782afbd0fd0edafb94fa
parent2f794620f5dda37405e4ba9b606061468eceed98
parent018b9deba5c4971f321f2158e3a6308f479bfee3
Merge branch 'jk/pretty-lazy-load-commit'

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