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
3 days
Merge branch 'yn/worktree-repair-relative'
Junio C Hamano
1
-26
/
+43
10 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-6
/
+6
13 days
worktree repair: detect relative path in .git file correctly
Yoichi NAKAYAMA
1
-26
/
+43
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-3
/
+2
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
1
-26
/
+25
2026-08-17
setup: create ref and object databases after config is written
Patrick Steinhardt
1
-6
/
+6
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-3
/
+2
2026-08-12
Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...
Junio C Hamano
1
-26
/
+25
2026-08-06
odb: make creation of on-disk structures pluggable
Patrick Steinhardt
1
-16
/
+18
2026-08-06
setup: defer object database creation
Patrick Steinhardt
1
-9
/
+8
2026-08-06
setup: handle ODB-related environment variables in `odb_new()`
Patrick Steinhardt
1
-7
/
+4
2026-08-06
setup: detangle loading of loose object maps
Patrick Steinhardt
1
-2
/
+3
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
1
-3
/
+4
2026-07-19
Merge branch 'ps/setup-split-discovery-and-setup'
Junio C Hamano
1
-196
/
+223
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-3
/
+4
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
[next]