]> git.ipfire.org Git - thirdparty/git.git/commit
cache-tree: allow writing in-memory index as tree
authorPatrick Steinhardt <ps@pks.im>
Mon, 2 Mar 2026 12:13:10 +0000 (13:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 23:09:36 +0000 (15:09 -0800)
commita021e4f92cbacdb028b3efa49f619b076e72c9a6
tree552c7bb354106e9635e43f3098febc0224d34305
parent48f6d9232834be661f0d1dc4f187b324124ccbe0
cache-tree: allow writing in-memory index as tree

The function `write_in_core_index_as_tree()` takes a repository and
writes its index into a tree object. What this function cannot do though
is to take an _arbitrary_ in-memory index.

Introduce a new `struct index_state` parameter so that the caller can
pass a different index than the one belonging to the repository. This
will be used in a subsequent commit.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
cache-tree.c
cache-tree.h