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.h
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
worktree repair: detect relative path in .git file correctly
Yoichi NAKAYAMA
1
-0
/
+1
2026-08-06
setup: defer object database creation
Patrick Steinhardt
1
-2
/
+2
2026-07-19
Merge branch 'ps/setup-split-discovery-and-setup'
Junio C Hamano
1
-4
/
+3
2026-07-07
setup: mark `set_git_work_tree()` as file-local
Patrick Steinhardt
1
-2
/
+0
2026-07-07
setup: pass worktree to `init_db()`
Patrick Steinhardt
1
-1
/
+3
2026-07-07
setup: move prefix into repository
Patrick Steinhardt
1
-1
/
+0
2026-07-06
Merge branch 'jk/setup-gitfile-diag-fix'
Junio C Hamano
1
-1
/
+1
2026-06-16
read_gitfile(): simplify NOT_A_REPO error message
Jeff King
1
-1
/
+1
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-0
/
+6
2026-06-10
Merge branch 'ps/setup-centralize-odb-creation' into ps/setup-drop-global-state
Junio C Hamano
1
-0
/
+20
2026-06-05
setup: construct object database in `apply_repository_format()`
Patrick Steinhardt
1
-0
/
+10
2026-06-05
setup: deduplicate logic to apply repository format
Patrick Steinhardt
1
-0
/
+10
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-25
/
+18
2026-05-19
setup: stop using `the_repository` in `init_db()`
Patrick Steinhardt
1
-1
/
+2
2026-05-19
setup: stop using `the_repository` in `create_reference_database()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `initialize_repository_version()`
Patrick Steinhardt
1
-1
/
+2
2026-05-19
setup: stop using `the_repository` in `check_repository_format()`
Patrick Steinhardt
1
-10
/
+0
2026-05-19
setup: stop using `the_repository` in `setup_git_directory()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_git_directory_gently()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `set_git_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `enter_repo()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `verify_non_filename()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `verify_filename()`
Patrick Steinhardt
1
-1
/
+2
2026-05-19
setup: stop using `the_repository` in `path_inside_repo()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `prefix_path()`
Patrick Steinhardt
1
-2
/
+2
2026-05-19
setup: stop using `the_repository` in `is_inside_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `is_inside_git_dir()`
Patrick Steinhardt
1
-1
/
+1
2026-05-13
builtin/maintenance: fix locking with "--detach"
Patrick Steinhardt
1
-0
/
+15
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
1
-0
/
+2
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-2
/
+2
2026-03-04
setup: improve error diagnosis for invalid .git files
Tian Yuchen
1
-0
/
+2
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
1
-0
/
+1
2026-02-25
setup: don't modify repo in `create_reference_database()`
Karthik Nayak
1
-2
/
+1
2026-02-05
Merge branch 'ar/submodule-gitdir-tweak'
Junio C Hamano
1
-0
/
+1
2026-01-12
submodule: introduce extensions.submodulePathConfig
Adrian Ratiu
1
-0
/
+1
2025-11-19
setup: convert `set_git_dir()` to have file scope
Patrick Steinhardt
1
-1
/
+0
2025-11-19
path: move `enter_repo()` into "setup.c"
Patrick Steinhardt
1
-0
/
+38
2025-07-01
setup: use the default algorithm to initialize repo format
brian m. carlson
1
-1
/
+1
2024-12-02
worktree: add `relativeWorktrees` extension
Caleb White
1
-0
/
+1
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
1
-0
/
+3
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
1
-4
/
+5
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+14
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-0
/
+14
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+14
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+14
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-0
/
+1
2024-01-02
setup: introduce "extensions.refStorage" extension
Patrick Steinhardt
1
-1
/
+3
2024-01-02
setup: start tracking ref storage format
Patrick Steinhardt
1
-1
/
+5
[next]