index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
path: move `validate_headref()` to its only user
Patrick Steinhardt
2024-05-07
1
-0
/
+53
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+22
|
\
|
*
repository: implement extensions.compatObjectFormat
brian m. carlson
2023-10-02
1
-2
/
+21
|
*
repository: add a compatibility hash algorithm
Eric W. Biederman
2023-10-02
1
-0
/
+3
*
|
Merge branch 'jc/safe-implicit-bare'
Junio C Hamano
2024-03-21
1
-1
/
+27
|
\
\
|
*
|
setup: notice more types of implicit bare repositories
Junio C Hamano
2024-03-11
1
-1
/
+27
*
|
|
Merge branch 'gt/core-bare-in-templates'
Junio C Hamano
2024-03-14
1
-33
/
+3
|
\
\
\
|
*
|
|
setup: remove unnecessary variable
Ghanshyam Thakkar
2024-03-04
1
-33
/
+3
*
|
|
|
builtin/clone: allow remote helpers to detect repo
Patrick Steinhardt
2024-02-27
1
-1
/
+8
|
/
/
/
*
|
|
Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'
Junio C Hamano
2024-01-30
1
-1
/
+2
|
\
|
|
|
*
|
setup: allow cwd=.git w/ bareRepository=explicit
Kyle Lippincott
2024-01-20
1
-1
/
+2
*
|
|
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-26
1
-16
/
+1
|
\
\
\
|
*
|
|
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
2024-01-08
1
-15
/
+0
|
*
|
|
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-08
1
-1
/
+1
*
|
|
|
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-16
1
-6
/
+60
|
\
|
|
|
|
*
|
|
setup: introduce GIT_DEFAULT_REF_FORMAT envvar
Patrick Steinhardt
2024-01-02
1
-0
/
+7
|
*
|
|
setup: introduce "extensions.refStorage" extension
Patrick Steinhardt
2024-01-02
1
-3
/
+21
|
*
|
|
setup: set repository's formats on init
Patrick Steinhardt
2024-01-02
1
-0
/
+7
|
*
|
|
setup: start tracking ref storage format
Patrick Steinhardt
2024-01-02
1
-3
/
+25
|
*
|
|
Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extension
Junio C Hamano
2023-12-20
1
-45
/
+69
|
|
\
\
\
*
|
\
\
\
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'ps/clone-into-reftable-repository'
Junio C Hamano
2023-12-27
1
-45
/
+69
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
builtin/clone: create the refdb with the correct object format
Patrick Steinhardt
2023-12-12
1
-1
/
+1
|
*
|
|
setup: allow skipping creation of the refdb
Patrick Steinhardt
2023-12-12
1
-8
/
+5
|
*
|
|
setup: extract function to create the refdb
Patrick Steinhardt
2023-12-12
1
-38
/
+65
|
|
/
/
*
/
/
setup: handle NULL value when parsing extensions
Jeff King
2023-12-09
1
-0
/
+2
|
/
/
*
|
setup: fix leaking repository format
Patrick Steinhardt
2023-11-07
1
-0
/
+2
*
|
setup: refactor `upgrade_repository_format()` to have common exit
Patrick Steinhardt
2023-11-07
1
-11
/
+20
*
|
Merge branch 'ds/scalar-updates' into maint-2.42
Junio C Hamano
2023-11-02
1
-22
/
+12
|
\
\
|
|
/
|
/
|
|
*
setup: add discover_git_directory_reason()
Derrick Stolee
2023-08-28
1
-22
/
+12
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-6
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-1
/
+1
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-5
/
+11
*
|
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-0
/
+493
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
|
setup: adopt shared init-db & clone code
Elijah Newren
2023-06-21
1
-0
/
+492
*
|
|
Merge branch 'gc/discover-not-setup'
Junio C Hamano
2023-06-23
1
-8
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
setup.c: don't setup in discover_git_directory()
Glen Choo
2023-06-16
1
-5
/
+0
|
|
/
*
/
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-2
/
+8
|
/
*
setup: trace bare repository setups
Glen Choo
2023-05-01
1
-0
/
+1
*
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
[next]