]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/tree-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2026 00:16:28 +0000 (16:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2026 00:16:28 +0000 (16:16 -0800)
commit214cbb7b1dc876c4d51442b59b7f850e47916fc5
tree40d7354c6be39528ea02b1b8075ed243ded7087c
parentc0b4d2097998292299749d79c8b3c51322927253
parent4eb105c11970747e8b78bd0275ff9ae431d58d1d
Merge branch 'rs/tree-wo-the-repository'

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
environment.c
environment.h
fsck.c
pack-bitmap-write.c
revision.c
sequencer.c