index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
pack-objects: widen delta-cache accounting to `size_t`
Johannes Schindelin
1
-0
/
+3
2026-06-15
Merge branch 'hn/config-typo-advice'
Junio C Hamano
1
-0
/
+2
2026-06-03
config: add git_config_key_is_valid() for quiet validation
Harald Nordgren
1
-0
/
+2
2026-04-10
config: add a repo_config_get_uint() helper
Adrian Ratiu
1
-0
/
+13
2025-11-20
config: mark otherwise unused function as file-scope static
Junio C Hamano
1
-1
/
+0
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-139
/
+0
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-3
/
+0
2025-07-23
config: remove unused `the_repository` wrappers
Patrick Steinhardt
1
-28
/
+0
2025-07-23
config: drop `git_config_set_multivar()` wrapper
Patrick Steinhardt
1
-7
/
+0
2025-07-23
config: drop `git_config_get_multivar_gently()` wrapper
Patrick Steinhardt
1
-7
/
+0
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
1
-12
/
+0
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-10
/
+0
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_set_in_file()` wrapper
Patrick Steinhardt
1
-6
/
+0
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_ulong()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_string_multi()` wrapper
Patrick Steinhardt
1
-6
/
+0
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config_clear()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-5
/
+0
2025-07-15
config: remove unneeded struct field
Phillip Wood
1
-2
/
+0
2025-03-07
config: teach repo_config to allow `repo` to be NULL
Usman Akinyemi
1
-0
/
+9
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
1
-1
/
+1
2024-09-12
config: document `read_early_config()` and `read_very_early_config()`
Patrick Steinhardt
1
-0
/
+11
2024-08-26
Merge branch 'ps/maintenance-detach-fix'
Junio C Hamano
1
-1
/
+1
2024-08-16
config: fix constness of out parameter for `git_config_get_expiry()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: hide functions using `the_repository` by default
Patrick Steinhardt
1
-78
/
+171
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
1
-4
/
+4
2024-08-13
config: pass repo to `git_die_config()`
Patrick Steinhardt
1
-1
/
+2
2024-08-13
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
1
-1
/
+2
2024-08-13
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
1
-1
/
+1
2024-08-13
config: expose `repo_config_clear()`
Patrick Steinhardt
1
-0
/
+1
2024-08-13
config: introduce missing setters that take repo as parameter
Patrick Steinhardt
1
-1
/
+14
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
1
-0
/
+7
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-5
/
+5
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-4
/
+4
2024-05-24
config: introduce `git_config_double()`
Taylor Blau
1
-0
/
+7
2024-05-15
config: make the config source const
Patrick Steinhardt
1
-1
/
+1
2024-05-06
config: clarify memory ownership when preparing comment strings
Patrick Steinhardt
1
-1
/
+1
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
1
-0
/
+2
[next]