index
:
git
jch
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
/
environment.c
Age
Commit message (
Expand
)
Author
Lines
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
-2
/
+0
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
-1
/
+0
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
-105
/
+0
2024-09-12
environment: make `get_git_namespace()` self-contained
Patrick Steinhardt
-28
/
+29
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
-34
/
+0
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
-6
/
+1
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
-8
/
+2
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+3
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-4
/
+4
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-3
/
+3
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
-1
/
+1
2024-03-12
environment: store comment_line_char as a string
Jeff King
-1
/
+1
2024-03-07
Merge branch 'jc/no-lazy-fetch'
Junio C Hamano
-0
/
+3
2024-02-27
git: extend --no-lazy-fetch to work across subprocesses
Junio C Hamano
-0
/
+3
2023-12-09
config: use git_config_string() for core.checkRoundTripEncoding
Jeff King
-1
/
+1
2023-11-02
max_tree_depth: lower it for MSVC to avoid stack overflows
Johannes Schindelin
-1
/
+14
2023-08-31
lower core.maxTreeDepth default to 2048
Jeff King
-1
/
+1
2023-08-31
add core.maxTreeDepth config
Jeff King
-0
/
+1
2023-07-28
Merge branch 'rs/pack-objects-parseopt-fix'
Junio C Hamano
-1
/
+1
2023-07-21
pack-objects: fix --no-keep-true-parents
René Scharfe
-1
/
+1
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
-2
/
+3
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
-2
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-1
/
+1
2023-06-12
repository: create read_replace_refs setting
Derrick Stolee
-1
/
+0
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
-1
/
+1
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
-1
/
+0
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
-1
/
+1
2023-04-24
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
-1
/
+0
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
-1
/
+0
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
[next]