]> git.ipfire.org Git - thirdparty/git.git/commit
path-walk: use repo_parse_tree_gently()
authorRené Scharfe <l.s.r@web.de>
Fri, 9 Jan 2026 21:30:18 +0000 (22:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2026 02:36:17 +0000 (18:36 -0800)
commitd473865154ff12d398ee86d2c9093419aedfbf58
treebb79290b12db06cd3aac2d7b90cb149a07e51030
parentfd64c6fbcb29a37e9d1ed8028ef52b886208866f
path-walk: use repo_parse_tree_gently()

Use the passed in repository instead of the implicit the_repository when
parsing the tree.

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