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
*
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
*
Merge branch 'dl/no-extern-in-func-decl'
Junio C Hamano
2019-05-13
1
-114
/
+114
|
\
|
*
*.[ch]: manually align parameter lists
Denton Liu
2019-05-05
1
-22
/
+22
|
*
*.[ch]: remove extern from function declarations using sed
Denton Liu
2019-05-05
1
-1
/
+1
|
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-91
/
+91
*
|
trace2: fixup access problem on /etc/gitconfig in read_very_early_config
Jeff Hostetler
2019-05-07
1
-0
/
+1
*
|
config: add read_very_early_config()
Jeff Hostetler
2019-04-16
1
-0
/
+4
|
/
*
index: make index.threads=true enable ieot and eoie
Jonathan Nieder
2018-11-21
1
-1
/
+1
*
config: add new index.threads config setting
Ben Peart
2018-10-11
1
-0
/
+1
*
Merge branch 'en/incl-forward-decl'
Junio C Hamano
2018-08-20
1
-0
/
+5
|
\
|
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+5
*
|
Merge branch 'hn/config-in-code-comment'
Junio C Hamano
2018-08-17
1
-1
/
+6
|
\
\
|
*
|
config: document git config getter return value
Han-Wen Nienhuys
2018-08-06
1
-1
/
+6
*
|
|
Merge branch 'mk/http-backend-content-length'
Junio C Hamano
2018-08-17
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
http-backend: respect CONTENT_LENGTH as specified by rfc3875
Max Kirillov
2018-06-11
1
-0
/
+1
|
|
/
*
|
Merge branch 'jk/fsck-gitmodules-gently'
Junio C Hamano
2018-08-03
1
-2
/
+11
|
\
\
|
*
|
config: add options parameter to git_config_from_mem
Jeff King
2018-07-03
1
-2
/
+5
|
*
|
config: add CONFIG_ERROR_SILENT handler
Jeff King
2018-07-03
1
-0
/
+1
|
*
|
config: turn die_on_error into caller-facing enum
Jeff King
2018-07-03
1
-0
/
+5
*
|
|
config: move config_from_gitmodules to submodule-config.c
Antonio Ospite
2018-06-26
1
-10
/
+0
|
/
/
*
/
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
2018-05-29
1
-0
/
+4
|
/
*
Merge branch 'tb/config-default'
Junio C Hamano
2018-05-08
1
-0
/
+1
|
\
|
*
config.c: introduce 'git_config_color' to parse ANSI colors
Taylor Blau
2018-04-23
1
-0
/
+1
*
|
config: introduce an optional event stream while parsing
Johannes Schindelin
2018-04-09
1
-0
/
+25
|
/
*
Merge branch 'hm/config-parse-expiry-date'
Junio C Hamano
2017-12-06
1
-0
/
+1
|
\
|
*
config: add --expiry-date
Haaris Mehmood
2017-11-18
1
-0
/
+1
[next]