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
*
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
|
/
*
Merge branch 'ab/retire-git-config-key-is-valid'
Junio C Hamano
2021-10-11
1
-1
/
+0
|
\
|
*
config.c: remove unused git_config_key_is_valid()
Ævar Arnfjörð Bjarmason
2021-09-28
1
-1
/
+0
*
|
Merge branch 'ab/retire-decl-of-missing-unused-funcs'
Junio C Hamano
2021-10-06
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
config.h: remove unused git_config_get_untracked_cache() declaration
Ævar Arnfjörð Bjarmason
2021-10-01
1
-1
/
+0
*
|
submodule-config: pass repo upon blob config read
Jonathan Tan
2021-09-08
1
-0
/
+3
|
/
*
Merge branch 'ds/gender-neutral-doc'
Junio C Hamano
2021-07-17
1
-2
/
+2
|
\
|
*
comments: avoid using the gender of our users
Felipe Contreras
2021-06-16
1
-2
/
+2
*
|
config: unify code paths to get global config paths
Patrick Steinhardt
2021-04-19
1
-0
/
+1
*
|
config: rename `git_etc_config()`
Patrick Steinhardt
2021-04-19
1
-1
/
+2
|
/
*
Merge branch 'ps/config-env-pairs'
Junio C Hamano
2021-01-25
1
-0
/
+1
|
\
|
*
config: add new way to pass config via `--config-env`
Patrick Steinhardt
2021-01-12
1
-0
/
+1
*
|
config: plumb --fixed-value into config API
Derrick Stolee
2020-11-25
1
-0
/
+7
*
|
config: replace 'value_regex' with 'value_pattern'
Derrick Stolee
2020-11-25
1
-1
/
+1
*
|
config: convert multi_replace to flags
Derrick Stolee
2020-11-25
1
-7
/
+22
|
/
*
config: drop git_config_get_string_const()
Jeff King
2020-08-18
1
-10
/
+1
*
config: fix leaks from git_config_get_string_const()
Jeff King
2020-08-14
1
-0
/
+10
*
git_config_parse_key(): return baselen as size_t
Jeff King
2020-04-10
1
-1
/
+1
*
parse_config_key(): return subsection len as size_t
Jeff King
2020-04-10
1
-1
/
+1
*
config: provide access to the current line number
Bert Wesarg
2020-02-10
1
-0
/
+1
*
submodule-config: add subomdule config scope
Matthew Rogers
2020-02-10
1
-0
/
+1
*
config: teach git_config_source to remember its scope
Matthew Rogers
2020-02-10
1
-10
/
+11
*
config: clarify meaning of command line scoping
Matthew Rogers
2020-02-10
1
-1
/
+1
*
config: split repo scope to local and worktree
Matthew Rogers
2020-02-10
1
-1
/
+2
*
config: make scope_name non-static and rename it
Matthew Rogers
2020-02-10
1
-0
/
+1
*
config: move documentation to config.h
Heba Waly
2019-10-24
1
-0
/
+335
[next]