]> git.ipfire.org Git - thirdparty/git.git/commit
commit-slab.h: code split
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2018 05:28:17 +0000 (07:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 05:07:19 +0000 (14:07 +0900)
commita9f1f1f9f8b2873c43d6100717eb776ea288ed9e
tree5ac080e1e3e2cb322a01486f4045823f16e690b8
parentccdcbd54c4475c2238b310f7113ab3075b5abc9c
commit-slab.h: code split

The struct declaration and implementation macros are moved to
commit-slab-hdr.h and commit-slab-impl.h respectively.

This right now is not needed for current users but if we make a public
commit-slab type, we may want to avoid including the slab
implementation in a header file which gets replicated in every c file
that includes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-slab-decl.h [new file with mode: 0644]
commit-slab-impl.h [new file with mode: 0644]
commit-slab.h