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