From: Junio C Hamano Date: Wed, 28 Jul 2021 20:17:58 +0000 (-0700) Subject: Merge branch 'jk/log-decorate-optim' X-Git-Tag: v2.33.0-rc0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9d6d8a1938f86594b33785a8228d9f35ad457c8;p=thirdparty%2Fgit.git Merge branch 'jk/log-decorate-optim' Optimize "git log" for cases where we wasted cycles to load ref decoration data that may not be needed. * jk/log-decorate-optim: load_ref_decorations(): fix decoration with tags add_ref_decoration(): rename s/type/deco_type/ load_ref_decorations(): avoid parsing non-tag objects object.h: add lookup_object_by_type() function object.h: expand docstring for lookup_unknown_object() log: avoid loading decorations for userformats that don't need it pretty.h: update and expand docstring for userformat_find_requirements() --- c9d6d8a1938f86594b33785a8228d9f35ad457c8