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
/
builtin
/
init-db.c
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Merge branch 'ps/ref-storage-format' into seen
Junio C Hamano
1
-12
/
+6
4 days
setup: allow "--ref-storage-format=" to specify a payload
Patrick Steinhardt
1
-11
/
+4
4 days
builtin/init: rename "--ref-format=" to "--ref-storage-format="
Patrick Steinhardt
1
-7
/
+8
4 days
builtin/clone: write alternates via `odb_create_on_disk()`
Patrick Steinhardt
1
-1
/
+1
4 days
setup: split up concerns of `init_db()`
Patrick Steinhardt
1
-8
/
+24
2026-07-07
setup: pass worktree to `init_db()`
Patrick Steinhardt
1
-24
/
+10
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-1
/
+1
2026-06-11
builtin/init: stop modifying `is_bare_repository_cfg`
Patrick Steinhardt
1
-7
/
+8
2026-06-11
builtin/init: simplify logic to configure worktree
Patrick Steinhardt
1
-13
/
+18
2026-06-11
builtin/init: stop modifying global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-0
/
+4
2026-05-19
setup: stop using `the_repository` in `init_db()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `set_git_work_tree()`
Patrick Steinhardt
1
-3
/
+3
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-4
/
+9
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-4
/
+9
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+1
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
1
-4
/
+4
2024-11-21
builtin/init-db: fix leaking directory paths
Patrick Steinhardt
1
-15
/
+19
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
1
-1
/
+1
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
1
-1
/
+15
2024-01-02
builtin/init: introduce `--ref-format=` value flag
Patrick Steinhardt
1
-1
/
+12
2024-01-02
setup: start tracking ref storage format
Patrick Steinhardt
1
-1
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
setup: adopt shared init-db & clone code
Elijah Newren
1
-496
/
+0
2023-06-21
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
1
-4
/
+5
2023-06-21
init-db: remove unnecessary global variable
Elijah Newren
1
-5
/
+7
2023-06-21
init-db: document existing bug with core.bare in template config
Elijah Newren
1
-1
/
+28
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-10-13
doc txt & -h consistency: add missing options
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2021-05-25
Merge branch 'mt/init-template-userpath-fix'
Junio C Hamano
1
-1
/
+2
2021-05-25
init: fix bug regarding ~/ expansion in init.templateDir
Matheus Tavares
1
-1
/
+2
2021-04-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-22
/
+10
2021-03-14
init-db: silence template_dir leak when converting to absolute path
Andrzej Hunt
1
-1
/
+3
2021-03-14
init: remove git_init_db_config() while fixing leaks
Andrzej Hunt
1
-21
/
+7
2021-03-10
builtin/init-db: handle bare clones when core.bare set to false
brian m. carlson
1
-2
/
+2
[next]