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

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>
bloom.c