]> git.ipfire.org Git - thirdparty/git.git/commit - pack-revindex.c
pack-revindex: hide the definition of 'revindex_entry'
authorTaylor Blau <me@ttaylorr.com>
Wed, 13 Jan 2021 22:25:06 +0000 (17:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2021 05:53:48 +0000 (21:53 -0800)
commitd5bc7c60c72ee239b5c5d3e4aa808d29412f78d8
tree714d05d29b0748279e434194abc6b3e7c8c6d4e3
parent8389855a9b97c7447383e9938730d24054f33831
pack-revindex: hide the definition of 'revindex_entry'

Now that all spots outside of pack-revindex.c that reference 'struct
revindex_entry' directly have been removed, it is safe to hide the
implementation by moving it from pack-revindex.h to pack-revindex.c.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-revindex.c
pack-revindex.h