]> git.99rst.org Git - git.git/commit
path-walk: use repo_parse_tree_gently()
authorRené Scharfe <redacted>
Fri, 9 Jan 2026 21:30:18 +0000 (22:30 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
path-walk.c
git clone https://git.99rst.org/PROJECT