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
/
config.c
Age
Commit message (
Expand
)
Author
Lines
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
-533
/
+22
2025-07-28
Merge branch 'ac/auto-comment-char-fix'
Junio C Hamano
-2
/
+4
2025-07-24
Merge branch 'pw/config-kvi-remove-path'
Junio C Hamano
-15
/
+13
2025-07-23
config: fix sign comparison warnings
Patrick Steinhardt
-19
/
+21
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
-511
/
+0
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-16
config: set comment_line_str to "#" when core.commentChar=auto
Ayush Chandekar
-2
/
+4
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
-2
/
+2
2025-07-15
config: remove unneeded struct field
Phillip Wood
-15
/
+13
2025-07-07
Sync with Git 2.50.1
Junio C Hamano
-1
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-06-15
Sync with 2.49.1
Junio C Hamano
-1
/
+1
2025-06-12
Sync with 2.48.2
Junio C Hamano
-1
/
+1
2025-06-10
environment: remove the global variable 'core_preload_index'
Ayush Chandekar
-5
/
+0
2025-05-28
Sync with 2.47.3
Taylor Blau
-1
/
+1
2025-05-28
Sync with 2.46.4
Taylor Blau
-1
/
+1
2025-05-28
Sync with 2.45.4
Taylor Blau
-1
/
+1
2025-05-28
Sync with 2.44.4
Taylor Blau
-1
/
+1
2025-05-28
Sync with 2.43.7
Taylor Blau
-1
/
+1
2025-05-23
config: quote values containing CR character
Justin Tobler
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
-5
/
+0
2025-03-26
Merge branch 'ua/some-builtins-wo-the-repository'
Junio C Hamano
-0
/
+4
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
-5
/
+0
2025-03-07
config: teach repo_config to allow `repo` to be NULL
Usman Akinyemi
-0
/
+4
2025-03-06
Merge branch 'tz/doc-txt-to-adoc-fixes'
Junio C Hamano
-8
/
+8
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
-5
/
+0
2025-03-03
config.c: *.txt -> *.adoc fixes
Todd Zullinger
-8
/
+8
2025-02-28
environment: move access to "core.hooksPath" into repo settings
Patrick Steinhardt
-5
/
+0
2025-01-28
git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
Patrick Steinhardt
-0
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
-17
/
+0
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
-5
/
+0
2024-09-24
config: fix evaluating "onbranch" with nonexistent git dir
Patrick Steinhardt
-6
/
+9
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
-8
/
+0
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
-5
/
+0
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
-5
/
+0
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
-10
/
+0
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
-0
/
+2
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
-6
/
+4
2024-09-12
config: document `read_early_config()` and `read_very_early_config()`
Patrick Steinhardt
-4
/
+0
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
-1
/
+1
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
-1
/
+3
2024-08-26
Merge branch 'ps/maintenance-detach-fix'
Junio C Hamano
-2
/
+3
2024-08-26
Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46
Junio C Hamano
-1
/
+1
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
-149
/
+76
2024-08-23
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
-1
/
+2
2024-08-16
config: fix constness of out parameter for `git_config_get_expiry()`
Patrick Steinhardt
-2
/
+2
[next]