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
2021-09-12
compression: drop write-only core_compression_* variables
René Scharfe
-3
/
+0
2021-07-16
Merge branch 'ds/gender-neutral-doc'
Junio C Hamano
-1
/
+1
2021-07-16
Merge branch 'ab/struct-init'
Junio C Hamano
-1
/
+1
2021-07-16
Merge branch 'ew/mmap-failures'
Junio C Hamano
-1
/
+2
2021-07-01
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-06-29
xmmap: inform Linux users of tuning knobs on ENOMEM
Eric Wong
-1
/
+2
2021-06-28
config: normalize the path of the system gitconfig
Johannes Schindelin
-3
/
+4
2021-06-16
*: fix typos
Derrick Stolee
-1
/
+1
2021-05-07
Merge branch 'ps/config-global-override'
Junio C Hamano
-12
/
+29
2021-04-19
config: allow overriding of global and system configuration
Patrick Steinhardt
-3
/
+14
2021-04-19
config: unify code paths to get global config paths
Patrick Steinhardt
-2
/
+10
2021-04-19
config: rename `git_etc_config()`
Patrick Steinhardt
-10
/
+8
2021-04-08
config.c: remove last remnant of GIT_TEST_GETTEXT_POISON
Ævar Arnfjörð Bjarmason
-15
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
-1
/
+1
2021-02-17
Merge branch 'ak/config-bad-bool-error'
Junio C Hamano
-2
/
+18
2021-02-11
config: improve error message for boolean config
Andrew Klotz
-2
/
+18
2021-02-10
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
-9
/
+0
2021-01-25
Merge branch 'ps/config-env-pairs'
Junio C Hamano
-25
/
+184
2021-01-21
tests: remove support for GIT_TEST_GETTEXT_POISON
Ævar Arnfjörð Bjarmason
-9
/
+0
2021-01-15
Merge branch 'ew/decline-core-abbrev'
Junio C Hamano
-0
/
+2
2021-01-15
config: allow specifying config entries via envvar pairs
Patrick Steinhardt
-8
/
+59
2021-01-15
config: store "git -c" variables using more robust format
Patrick Steinhardt
-7
/
+45
2021-01-15
config: parse more robust format in GIT_CONFIG_PARAMETERS
Jeff King
-17
/
+52
2021-01-12
config: extract function to parse config pairs
Patrick Steinhardt
-7
/
+17
2021-01-12
config: add new way to pass config via `--config-env`
Patrick Steinhardt
-0
/
+25
2020-12-23
core.abbrev=no disables abbreviations
Eric Wong
-0
/
+2
2020-12-08
Merge branch 'ds/config-literal-value'
Junio C Hamano
-35
/
+40
2020-11-25
config: plumb --fixed-value into config API
Derrick Stolee
-0
/
+5
2020-11-25
config: replace 'value_regex' with 'value_pattern'
Derrick Stolee
-27
/
+27
2020-11-25
config: convert multi_replace to flags
Derrick Stolee
-12
/
+12
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
-1
/
+1
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
-17
/
+30
2020-08-17
config: fix leak in git_config_get_expiry_in_days()
Jeff King
-2
/
+2
2020-08-17
config: drop git_config_get_string_const()
Jeff King
-23
/
+6
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
-0
/
+30
2020-08-04
config: work around gcc-10 -Wstringop-overflow warning
Jeff King
-1
/
+1
2020-04-10
config: reject parsing of files over INT_MAX
Jeff King
-0
/
+15
2020-04-10
config: use size_t to store parsed variable baselen
Jeff King
-1
/
+1
2020-04-10
git_config_parse_key(): return baselen as size_t
Jeff King
-7
/
+10
2020-04-10
config: drop useless length variable in write_pair()
Jeff King
-3
/
+1
2020-04-10
parse_config_key(): return subsection len as size_t
Jeff King
-2
/
+2
2020-02-25
Merge branch 'bw/remote-rename-update-config'
Junio C Hamano
-0
/
+8
2020-02-17
Merge branch 'mr/show-config-scope'
Junio C Hamano
-7
/
+28
2020-02-10
config: provide access to the current line number
Bert Wesarg
-0
/
+8
2020-02-10
submodule-config: add subomdule config scope
Matthew Rogers
-0
/
+2
2020-02-10
config: teach git_config_source to remember its scope
Matthew Rogers
-0
/
+3
2020-02-10
config: preserve scope in do_git_config_sequence
Matthew Rogers
-1
/
+2
2020-02-10
config: clarify meaning of command line scoping
Matthew Rogers
-3
/
+3
2020-02-10
config: split repo scope to local and worktree
Matthew Rogers
-7
/
+6
2020-02-10
config: make scope_name non-static and rename it
Matthew Rogers
-0
/
+16
[next]