]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/setup-wo-the-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 04:39:24 +0000 (13:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 04:39:25 +0000 (13:39 +0900)
commitd8fb5a7b3eacdcced45f78a67cd84ed449b24f2b
tree5d795922c5bb871c8405d37f10ee1737e8d0f1c8
parentc8709aa17fe11caa2b9f7c70d38d3721074be7ac
parentdf69f40c34de003ebc43cfe514526b11ffdec113
Merge branch 'ps/setup-wo-the-repository' into next

Many uses of the_repository has been updated to use a more
appropriate struct repository instance in setup.c codepath.

* ps/setup-wo-the-repository:
  setup: stop using `the_repository` in `init_db()`
  setup: stop using `the_repository` in `create_reference_database()`
  setup: stop using `the_repository` in `initialize_repository_version()`
  setup: stop using `the_repository` in `check_repository_format()`
  setup: stop using `the_repository` in `upgrade_repository_format()`
  setup: stop using `the_repository` in `setup_git_directory()`
  setup: stop using `the_repository` in `setup_git_directory_gently()`
  setup: stop using `the_repository` in `setup_git_env()`
  setup: stop using `the_repository` in `set_git_work_tree()`
  setup: stop using `the_repository` in `setup_work_tree()`
  setup: stop using `the_repository` in `enter_repo()`
  setup: stop using `the_repository` in `verify_non_filename()`
  setup: stop using `the_repository` in `verify_filename()`
  setup: stop using `the_repository` in `path_inside_repo()`
  setup: stop using `the_repository` in `prefix_path()`
  setup: stop using `the_repository` in `is_inside_work_tree()`
  setup: stop using `the_repository` in `is_inside_git_dir()`
  setup: replace use of `the_repository` in static functions
builtin/grep.c
builtin/receive-pack.c
builtin/update-index.c
git.c
refs.c
remote-curl.c
revision.c
setup.c
t/helper/test-bitmap.c
t/helper/test-synthesize.c