From: Junio C Hamano Date: Tue, 7 Jul 2020 05:09:13 +0000 (-0700) Subject: Merge branch 'ak/commit-graph-to-slab' X-Git-Tag: v2.28.0-rc0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d80bea479daa1d49a6b2332c4731e2647c896c29;p=thirdparty%2Fgit.git Merge branch 'ak/commit-graph-to-slab' A few fields in "struct commit" that do not have to always be present have been moved to commit slabs. * ak/commit-graph-to-slab: commit-graph: minimize commit_graph_data_slab access commit: move members graph_pos, generation to a slab commit-graph: introduce commit_graph_data_slab object: drop parsed_object_pool->commit_count --- d80bea479daa1d49a6b2332c4731e2647c896c29