From: Junio C Hamano Date: Fri, 16 Jan 2026 20:40:41 +0000 (-0800) Subject: Merge branch 'rs/tree-wo-the-repository' into jch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe61b89f916dbb813671583e70ba6017adb8d74;p=thirdparty%2Fgit.git Merge branch 'rs/tree-wo-the-repository' into jch Remove implicit reliance on the_repository global in the APIs around tree objects and make it explicit which repository to work in. * rs/tree-wo-the-repository: cocci: remove obsolete the_repository rules cocci: convert parse_tree functions to repo_ variants tree: stop using the_repository tree: use repo_parse_tree() path-walk: use repo_parse_tree_gently() pack-bitmap-write: use repo_parse_tree() delta-islands: use repo_parse_tree() bloom: use repo_parse_tree() add-interactive: use repo_parse_tree_indirect() tree: add repo_parse_tree*() environment: move access to core.maxTreeDepth into repo settings --- 8fe61b89f916dbb813671583e70ba6017adb8d74