]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/setup-wo-the-repository' into ps/setup-centralize-odb-creation
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:37:12 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:27:58 +0000 (09:27 +0900)
commit2fb444ae8a4ae24bafb0fad07c161486f8d556e5
treeceaf30540e73c2d3a4e917485881eec9ca7acb69
parentaec3f587505a472db67e9462d0702e7d463a449d
parentdf69f40c34de003ebc43cfe514526b11ffdec113
Merge branch 'ps/setup-wo-the-repository' into ps/setup-centralize-odb-creation

* 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/receive-pack.c
git.c
refs.c
remote-curl.c
setup.c
t/helper/test-synthesize.c