index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
Merge branch 'ps/setup-split-discovery-and-setup'
Junio C Hamano
1
-196
/
+223
2026-07-07
setup: mark `set_git_work_tree()` as file-local
Patrick Steinhardt
1
-1
/
+1
2026-07-07
setup: pass worktree to `init_db()`
Patrick Steinhardt
1
-1
/
+6
2026-07-07
setup: drop redundant configuration of `startup_info->have_repository`
Patrick Steinhardt
1
-3
/
+1
2026-07-07
setup: make repository discovery self-contained
Patrick Steinhardt
1
-18
/
+25
2026-07-07
setup: propagate prefix via repository discovery
Patrick Steinhardt
1
-56
/
+45
2026-07-07
setup: drop static `cwd` variable
Patrick Steinhardt
1
-2
/
+3
2026-07-07
setup: move prefix into repository
Patrick Steinhardt
1
-3
/
+3
2026-07-07
setup: embed repository format in discovery
Patrick Steinhardt
1
-31
/
+29
2026-07-07
setup: introduce explicit repository discovery
Patrick Steinhardt
1
-57
/
+98
2026-07-07
setup: split up concerns of `setup_git_env_internal()`
Patrick Steinhardt
1
-45
/
+28
2026-07-07
setup: unify setup of shallow file
Patrick Steinhardt
1
-5
/
+5
2026-07-07
setup: mark bogus worktree in `apply_repository_format()`
Patrick Steinhardt
1
-16
/
+21
2026-07-07
setup: rename `check_repository_format_gently()`
Patrick Steinhardt
1
-19
/
+19
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
1
-59
/
+42
2026-07-06
Merge branch 'jk/setup-gitfile-diag-fix'
Junio C Hamano
1
-4
/
+5
2026-06-30
Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...
Junio C Hamano
1
-21
/
+30
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
1
-1
/
+5
2026-06-26
setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
Patrick Steinhardt
1
-20
/
+19
2026-06-26
setup: stop applying repository format twice
Patrick Steinhardt
1
-7
/
+2
2026-06-26
setup: inline `check_and_apply_repository_format()`
Patrick Steinhardt
1
-31
/
+16
2026-06-26
Merge branch 'ps/setup-centralize-odb-creation' into ps/refs-onbranch-fixes
Junio C Hamano
1
-58
/
+72
2026-06-16
read_gitfile(): simplify NOT_A_REPO error message
Jeff King
1
-4
/
+5
2026-06-11
treewide: drop USE_THE_REPOSITORY_VARIABLE
Patrick Steinhardt
1
-2
/
+1
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-7
/
+20
2026-06-11
setup: remove global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-17
/
+11
2026-06-11
builtin/init: stop modifying global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-0
/
+3
2026-06-10
Merge branch 'ps/setup-centralize-odb-creation' into ps/setup-drop-global-state
Junio C Hamano
1
-58
/
+72
2026-06-05
setup: construct object database in `apply_repository_format()`
Patrick Steinhardt
1
-24
/
+21
2026-06-05
setup: stop initializing object database without repository
Patrick Steinhardt
1
-4
/
+3
2026-06-05
setup: stop creating the object database in `setup_git_env()`
Patrick Steinhardt
1
-11
/
+26
2026-06-05
repository: stop initializing the object database in `repo_set_gitdir()`
Patrick Steinhardt
1
-3
/
+4
2026-06-05
setup: deduplicate logic to apply repository format
Patrick Steinhardt
1
-43
/
+50
2026-06-05
setup: drop `setup_git_env()`
Patrick Steinhardt
1
-6
/
+1
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-217
/
+234
2026-05-22
Merge branch 'ps/setup-wo-the-repository' into ps/setup-centralize-odb-creation
Junio C Hamano
1
-217
/
+234
2026-05-22
Merge branch 'ps/maintenance-daemonize-lockfix'
Junio C Hamano
1
-1
/
+15
2026-05-19
setup: stop using `the_repository` in `init_db()`
Patrick Steinhardt
1
-21
/
+22
2026-05-19
setup: stop using `the_repository` in `create_reference_database()`
Patrick Steinhardt
1
-6
/
+7
2026-05-19
setup: stop using `the_repository` in `initialize_repository_version()`
Patrick Steinhardt
1
-14
/
+15
2026-05-19
setup: stop using `the_repository` in `check_repository_format()`
Patrick Steinhardt
1
-25
/
+33
2026-05-19
setup: stop using `the_repository` in `upgrade_repository_format()`
Patrick Steinhardt
1
-3
/
+3
2026-05-19
setup: stop using `the_repository` in `setup_git_directory()`
Patrick Steinhardt
1
-2
/
+2
2026-05-19
setup: stop using `the_repository` in `setup_git_directory_gently()`
Patrick Steinhardt
1
-18
/
+18
2026-05-19
setup: stop using `the_repository` in `setup_git_env()`
Patrick Steinhardt
1
-3
/
+3
2026-05-19
setup: stop using `the_repository` in `set_git_work_tree()`
Patrick Steinhardt
1
-13
/
+11
2026-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
1
-11
/
+4
2026-05-19
setup: stop using `the_repository` in `enter_repo()`
Patrick Steinhardt
1
-2
/
+2
2026-05-19
setup: stop using `the_repository` in `verify_non_filename()`
Patrick Steinhardt
1
-2
/
+2
[next]