unpack_trees: start splitting internal fields from public API
commit576de3d95608df759c1f09e84f4ce1cea3c404d4
authorElijah Newren <newren@gmail.com>
Mon, 27 Feb 2023 15:28:16 +0000 (27 15:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 16:29:51 +0000 (27 08:29 -0800)
treebe738d542774a47d6640b5ddc799794e8b0cf1ca
parent33b1b4c7681703c44babdbd229cc96a3ad540569
unpack_trees: start splitting internal fields from public API

This just splits the two fields already marked as internal-only into a
separate internal struct.  Future commits will add more fields that
were meant to be internal-only but were not explicitly marked as such
to the same struct.

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