index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
2024-09-12
1
-1
/
+1
*
config: document `read_early_config()` and `read_very_early_config()`
Patrick Steinhardt
2024-09-12
1
-0
/
+11
*
Merge branch 'ps/maintenance-detach-fix'
Junio C Hamano
2024-08-26
1
-1
/
+1
|
\
|
*
config: fix constness of out parameter for `git_config_get_expiry()`
Patrick Steinhardt
2024-08-16
1
-1
/
+1
*
|
config: hide functions using `the_repository` by default
Patrick Steinhardt
2024-08-13
1
-78
/
+171
*
|
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
2024-08-13
1
-4
/
+4
*
|
config: pass repo to `git_die_config()`
Patrick Steinhardt
2024-08-13
1
-1
/
+2
*
|
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
2024-08-13
1
-1
/
+2
*
|
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
*
|
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
*
|
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
*
|
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
2024-08-13
1
-1
/
+1
*
|
config: expose `repo_config_clear()`
Patrick Steinhardt
2024-08-13
1
-0
/
+1
*
|
config: introduce missing setters that take repo as parameter
Patrick Steinhardt
2024-08-13
1
-1
/
+14
|
/
*
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
2024-06-25
1
-0
/
+7
|
\
|
*
config: introduce `git_config_double()`
Taylor Blau
2024-05-24
1
-0
/
+7
*
|
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-06-06
1
-5
/
+5
|
\
\
|
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
|
*
|
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-05-27
1
-4
/
+4
*
|
|
config: make the config source const
Patrick Steinhardt
2024-05-15
1
-1
/
+1
|
/
/
*
/
config: clarify memory ownership when preparing comment strings
Patrick Steinhardt
2024-05-06
1
-1
/
+1
|
/
*
config: allow tweaking whitespace between value and comment
Junio C Hamano
2024-03-16
1
-0
/
+2
*
config: add --comment option to add a comment
Ralph Seichter
2024-03-15
1
-2
/
+2
*
config: factor out global config file retrieval
Kristoffer Haugsbakk
2024-01-18
1
-0
/
+1
*
config: rename global config function
Kristoffer Haugsbakk
2024-01-18
1
-1
/
+1
*
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-30
1
-13
/
+1
*
config: pass source to config_parser_event_fn_t
Glen Choo
2023-06-28
1
-0
/
+6
*
config: add kvi.path, use it to evaluate includes
Glen Choo
2023-06-28
1
-0
/
+2
*
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-6
/
+11
*
trace2: plumb config kvi
Glen Choo
2023-06-28
1
-1
/
+0
*
config.c: pass ctx with CLI config
Glen Choo
2023-06-28
1
-2
/
+1
*
config: pass ctx with config files
Glen Choo
2023-06-28
1
-3
/
+5
*
config.c: pass ctx in configsets
Glen Choo
2023-06-28
1
-1
/
+1
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-10
/
+31
*
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-05-26
1
-2
/
+2
*
Merge branch 'gc/config-parsing-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+1
|
\
|
*
config: report cached filenames in die_bad_number()
Glen Choo
2023-03-28
1
-0
/
+1
*
|
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
2023-04-06
1
-9
/
+63
|
\
\
|
|
/
|
/
|
|
*
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
2023-03-28
1
-0
/
+19
|
*
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-8
/
+21
|
*
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
2023-03-28
1
-0
/
+22
*
|
config.h: remove unused git_configset_add_parameters()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-9
/
+0
|
/
*
bundle-uri: create base key-value pair parsing
Derrick Stolee
2022-10-12
1
-0
/
+1
*
config: learn `git_protected_config()`
Glen Choo
2022-07-15
1
-0
/
+16
*
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-26
1
-1
/
+0
*
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2022-02-26
1
-1
/
+8
|
\
|
*
config: make git_configset_get_string_tmp() private
Derrick Stolee
2022-02-08
1
-1
/
+0
|
*
config: add repo_config_set_worktree_gently()
Derrick Stolee
2022-02-08
1
-0
/
+8
*
|
config: include file if remote URL matches a glob
Jonathan Tan
2022-01-18
1
-0
/
+9
*
|
config: make git_config_include() static
Jonathan Tan
2022-01-18
1
-33
/
+4
|
/
[next]