index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
init-db.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-12-13
get_default_branch_name(): prepare for showing some advice
Johannes Schindelin
1
-3
/
+5
2020-09-22
builtin/clone: avoid failure with GIT_DEFAULT_HASH
brian m. carlson
1
-2
/
+4
2020-08-31
init: make --separate-git-dir work from within linked worktree
Eric Sunshine
1
-0
/
+24
2020-08-31
init: teach --separate-git-dir to repair linked worktrees
Eric Sunshine
1
-0
/
+2
2020-08-24
Merge branch 'es/init-no-separate-git-dir-in-bare'
Junio C Hamano
1
-0
/
+5
2020-08-10
init: disallow --separate-git-dir with bare repository
Eric Sunshine
1
-0
/
+5
2020-07-30
repository: enable SHA-256 support by default
brian m. carlson
1
-5
/
+0
2020-06-24
init: allow setting the default for the initial branch name via the config
Don Goodman-Wilson
1
-1
/
+1
2020-06-24
init: allow specifying the initial branch name for the new repository
Johannes Schindelin
1
-6
/
+27
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
1
-10
/
+65
2020-03-06
set_git_dir: fix crash when used with real_path()
Alexandr Miloslavskiy
1
-2
/
+2
2020-02-24
init-db: move writing repo version into a function
brian m. carlson
1
-18
/
+24
[next]