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-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
2026-05-19
setup: stop using `the_repository` in `verify_filename()`
Patrick Steinhardt
1
-2
/
+3
2026-05-19
setup: stop using `the_repository` in `path_inside_repo()`
Patrick Steinhardt
1
-2
/
+2
2026-05-19
setup: stop using `the_repository` in `prefix_path()`
Patrick Steinhardt
1
-7
/
+8
2026-05-19
setup: stop using `the_repository` in `is_inside_work_tree()`
Patrick Steinhardt
1
-11
/
+14
2026-05-19
setup: stop using `the_repository` in `is_inside_git_dir()`
Patrick Steinhardt
1
-8
/
+6
2026-05-19
setup: replace use of `the_repository` in static functions
Patrick Steinhardt
1
-88
/
+100
2026-05-13
builtin/maintenance: fix locking with "--detach"
Patrick Steinhardt
1
-1
/
+15
2026-04-27
safe.bareRepository: default to "explicit" with WITH_BREAKING_CHANGES
Johannes Schindelin
1
-0
/
+4
2026-03-16
Merge branch 'ty/setup-error-tightening'
Junio C Hamano
1
-11
/
+36
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-12
/
+84
2026-03-04
setup: improve error diagnosis for invalid .git files
Tian Yuchen
1
-11
/
+36
2026-02-25
refs: add GIT_REFERENCE_BACKEND to specify reference backend
Karthik Nayak
1
-3
/
+52
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
1
-4
/
+30
2026-02-25
setup: don't modify repo in `create_reference_database()`
Karthik Nayak
1
-5
/
+2
2026-02-17
Merge branch 'rs/clean-includes'
Junio C Hamano
1
-1
/
+0
2026-02-08
remove duplicate includes
René Scharfe
1
-1
/
+0
2026-02-05
Merge branch 'ar/submodule-gitdir-tweak'
Junio C Hamano
1
-0
/
+17
2026-01-12
submodule: allow runtime enabling extensions.submodulePathConfig
Adrian Ratiu
1
-0
/
+10
2026-01-12
submodule: introduce extensions.submodulePathConfig
Adrian Ratiu
1
-0
/
+7
2026-01-09
init: do parse _all_ core.* settings early
Johannes Schindelin
1
-1
/
+1
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
1
-65
/
+147
2025-12-05
Merge branch 'jc/optional-path'
Junio C Hamano
1
-1
/
+1
2025-11-25
odb: handle recreation of quarantine directories
Patrick Steinhardt
1
-5
/
+0
2025-11-25
odb: handle changing a repository's commondir
Patrick Steinhardt
1
-39
/
+45
2025-11-25
odb: move logic to disable ref updates into repo
Patrick Steinhardt
1
-1
/
+1
2025-11-24
config: really treat missing optional path as not configured
Junio C Hamano
1
-1
/
+1
2025-11-19
setup: convert `set_git_dir()` to have file scope
Patrick Steinhardt
1
-40
/
+40
2025-11-19
path: move `enter_repo()` into "setup.c"
Patrick Steinhardt
1
-0
/
+81
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-1
/
+2
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+2
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-15
/
+15
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_clear()` wrapper
Patrick Steinhardt
1
-2
/
+2
[prev]
[next]