]> git.ipfire.org Git - thirdparty/git.git/commit - commit-slab-decl.h
commit-slab: support shared commit-slab
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2018 05:28:18 +0000 (07:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 05:07:19 +0000 (14:07 +0900)
commit878f0bb81990170cde5dba934fcd1ae4c2e698ee
treea2296212454a358f27580bc3b9dd8cecc51c3594
parenta9f1f1f9f8b2873c43d6100717eb776ea288ed9e
commit-slab: support shared commit-slab

define_shared_commit_slab() could be used in a header file to define a
commit-slab. One of these C files must include commit-slab-impl.h and
"call" implement_shared_commit_slab().

Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-slab-decl.h
commit-slab-impl.h
commit-slab.h