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