index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-14
/
+77
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-14
/
+77
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-14
/
+77
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+76
2024-04-19
init.templateDir: consider this config setting protected
Johannes Schindelin
1
-7
/
+30
2024-04-17
init: refactor the template directory discovery into its own function
Johannes Schindelin
1
-0
/
+32
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
1
-0
/
+21
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-1
/
+0
2024-01-30
Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'
Junio C Hamano
1
-1
/
+2
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
1
-16
/
+1
2024-01-20
setup: allow cwd=.git w/ bareRepository=explicit
Kyle Lippincott
1
-1
/
+2
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
1
-6
/
+60
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2024-01-08
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
1
-15
/
+0
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
1
-1
/
+1
2024-01-02
setup: introduce GIT_DEFAULT_REF_FORMAT envvar
Patrick Steinhardt
1
-0
/
+7
2024-01-02
setup: introduce "extensions.refStorage" extension
Patrick Steinhardt
1
-3
/
+21
2024-01-02
setup: set repository's formats on init
Patrick Steinhardt
1
-0
/
+7
2024-01-02
setup: start tracking ref storage format
Patrick Steinhardt
1
-3
/
+25
2023-12-27
Merge branch 'ps/clone-into-reftable-repository'
Junio C Hamano
1
-45
/
+69
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-20
Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extension
Junio C Hamano
1
-45
/
+69
2023-12-12
builtin/clone: create the refdb with the correct object format
Patrick Steinhardt
1
-1
/
+1
2023-12-12
setup: allow skipping creation of the refdb
Patrick Steinhardt
1
-8
/
+5
2023-12-12
setup: extract function to create the refdb
Patrick Steinhardt
1
-38
/
+65
2023-12-09
setup: handle NULL value when parsing extensions
Jeff King
1
-0
/
+2
2023-11-07
setup: fix leaking repository format
Patrick Steinhardt
1
-0
/
+2
2023-11-07
setup: refactor `upgrade_repository_format()` to have common exit
Patrick Steinhardt
1
-11
/
+20
2023-11-02
Merge branch 'ds/scalar-updates' into maint-2.42
Junio C Hamano
1
-22
/
+12
2023-08-28
setup: add discover_git_directory_reason()
Derrick Stolee
1
-22
/
+12
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-6
/
+12
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-0
/
+493
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-1
/
+1
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-5
/
+11
2023-06-23
Merge branch 'gc/discover-not-setup'
Junio C Hamano
1
-8
/
+0
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
setup: adopt shared init-db & clone code
Elijah Newren
1
-0
/
+492
2023-06-16
setup.c: don't setup in discover_git_directory()
Glen Choo
1
-5
/
+0
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
1
-2
/
+8
2023-05-01
setup: trace bare repository setups
Glen Choo
1
-0
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.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
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
[next]