]> git.ipfire.org Git - thirdparty/git.git/commit
delta-islands: use repo_parse_tree()
authorRené Scharfe <l.s.r@web.de>
Fri, 9 Jan 2026 21:30:16 +0000 (22:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 02:36:17 +0000 (18:36 -0800)
commitd54eb12910978a4c87a63e0ff5889c5acb39d6c7
tree98c3f6616439b493e243a6aa43c61f73c6009053
parent83131ed25c01ae1862d5e99ad349cb8eead454c0
delta-islands: use repo_parse_tree()

19be71db9c (delta-islands: stop depending on `the_repository`,
2025-03-10) replaced explicit uses of the_repository.  parse_tree() uses
it internally, though, so call repo_parse_tree() instead and hand it the
correct repository.

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