unpack-trees: mark fields only used internally as internal
commit13e1fd6e38f17fe7fecfb6e6c30af053a3c2c420
authorElijah Newren <newren@gmail.com>
Mon, 27 Feb 2023 15:28:17 +0000 (27 15:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 16:29:51 +0000 (27 08:29 -0800)
treeda4ed240d5f9b6d1f6986942b574520dc4b3e052
parent576de3d95608df759c1f09e84f4ce1cea3c404d4
unpack-trees: mark fields only used internally as internal

Continue the work from the previous patch by finding additional fields
which are only used internally but not yet explicitly marked as such,
and include them in the internal fields struct.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c
unpack-trees.h