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
2 days
Merge branch 'ps/ref-storage-format' into seen
Junio C Hamano
1
-75
/
+100
2 days
Merge branch 'cc/lazy-fetch-trusted-bit' into seen
Junio C Hamano
1
-50
/
+88
2 days
Merge branch 'ps/odb-alternates-at-creation' into jch
Junio C Hamano
1
-38
/
+23
3 days
setup: allow "--ref-storage-format=" to specify a payload
Patrick Steinhardt
1
-5
/
+11
3 days
setup: rename "init.defaultRefFormat" to "init.defaultRefStorageFormat"
Patrick Steinhardt
1
-3
/
+5
3 days
setup: rename ref storage format environment variables
Patrick Steinhardt
1
-6
/
+22
3 days
setup: refactor how we configure the ref storage format
Patrick Steinhardt
1
-38
/
+63
3 days
refs: expose function to parse reference URIs
Patrick Steinhardt
1
-36
/
+12
3 days
builtin/clone: write alternates via `odb_create_on_disk()`
Patrick Steinhardt
1
-2
/
+5
3 days
odb/source: support writing alternates when creating the database
Patrick Steinhardt
1
-1
/
+3
3 days
setup: split up concerns of `init_db()`
Patrick Steinhardt
1
-37
/
+17
4 days
setup: extract path_allowlist_apply()
Christian Couder
1
-50
/
+88
5 days
Merge branch 'yn/worktree-repair-relative'
Junio C Hamano
1
-26
/
+43
12 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-6
/
+6
2026-08-28
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
[next]