]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/tree-wo-the-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 22:04:34 +0000 (14:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 22:04:34 +0000 (14:04 -0800)
commit72f0a8290586c63288ae88b19b23e9ee3584a306
treefededbf91999f4673c113f90231cec568cd6f2b4
parentb479b5438107c4e83f6d7bfeaa0c71de9c76752f
parent4eb105c11970747e8b78bd0275ff9ae431d58d1d
Merge branch 'rs/tree-wo-the-repository' into next

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