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
/
setup.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-1
/
+2
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+2
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-15
/
+15
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_clear()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
1
-3
/
+6
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
1
-3
/
+6
2025-07-14
Merge branch 'ps/use-reftable-as-default-in-3.0'
Junio C Hamano
1
-0
/
+14
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
1
-1
/
+4
2025-07-07
setup: use "reftable" format when experimental features are enabled
Patrick Steinhardt
1
-0
/
+12
2025-07-07
BreakingChanges: announce switch to "reftable" format
Patrick Steinhardt
1
-0
/
+2
2025-07-01
setup: use the default algorithm to initialize repo format
brian m. carlson
1
-1
/
+4
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-2
/
+2
2025-03-06
Merge branch 'tz/doc-txt-to-adoc-fixes'
Junio C Hamano
1
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-35
/
+35
2025-03-03
setup.c: *.txt -> *.adoc fixes
Todd Zullinger
1
-1
/
+1
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-6
/
+6
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
1
-10
/
+11
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
1
-17
/
+16
2025-02-07
path: refactor `repo_common_path()` family of functions
Patrick Steinhardt
1
-2
/
+2
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH
Patrick Steinhardt
1
-1
/
+3
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
Patrick Steinhardt
1
-1
/
+3
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-02
worktree: add `relativeWorktrees` extension
Caleb White
1
-0
/
+7
2024-12-02
setup: correctly reinitialize repository version
Caleb White
1
-9
/
+23
2024-10-08
worktree: link worktrees with relative paths
Caleb White
1
-1
/
+1
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-09-19
setup: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
1
-1
/
+1
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
1
-0
/
+106
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-8
/
+8
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-6
/
+6
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
1
-1
/
+1
2024-08-23
Merge branch 'ps/hash-and-ref-format-from-config'
Junio C Hamano
1
-27
/
+74
2024-08-17
setup: mark unused parameter in config callback
Jeff King
1
-1
/
+1
2024-08-16
setup: make ref storage format configurable via config
Patrick Steinhardt
1
-0
/
+14
2024-08-16
setup: make object format configurable via config
Patrick Steinhardt
1
-0
/
+40
2024-08-16
setup: merge configuration of repository formats
Patrick Steinhardt
1
-27
/
+20
2024-07-30
safe.directory: normalize the configured path
Junio C Hamano
1
-4
/
+34
2024-07-30
safe.directory: normalize the checked path
Junio C Hamano
1
-4
/
+12
2024-07-30
safe.directory: preliminary clean-up
Junio C Hamano
1
-7
/
+5
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-24
Merge branch 'tb/precompose-getcwd'
Junio C Hamano
1
-1
/
+1
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
1
-4
/
+6
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
[next]