]> git.ipfire.org Git - thirdparty/git.git/commit
tree: add repo_parse_tree*()
authorRené Scharfe <l.s.r@web.de>
Fri, 9 Jan 2026 21:30:13 +0000 (22:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 02:36:16 +0000 (18:36 -0800)
commit2b74f68ca0553afcab3bed4b6971cf3bfd1fa7b2
tree7ba37140ec926df19316374e103b30daac3b3511
parente691395365b871608551bfbe20982b53140a50f0
tree: add repo_parse_tree*()

Add variants of parse_tree(), parse_tree_gently() and
parse_tree_indirect() that allow using an arbitrary repository.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tree.c
tree.h