Junio C Hamano
|
0d9a8e33f9
Merge branch 'jk/leakfix'
|
5 年 前 |
Jeff King
|
1c890016a1
config: fix leak in git_config_get_expiry_in_days()
|
5 年 前 |
Jeff King
|
9a53219f69
config: drop git_config_get_string_const()
|
5 年 前 |
Jeff King
|
f1de981e8b
config: fix leaks from git_config_get_string_const()
|
5 年 前 |
Jeff King
|
aec0bba106
config: work around gcc-10 -Wstringop-overflow warning
|
5 年 前 |
Jeff King
|
348482dede
config: reject parsing of files over INT_MAX
|
5 年 前 |
Jeff King
|
6a9c235eb4
config: use size_t to store parsed variable baselen
|
5 年 前 |
Jeff King
|
f011a9654d
git_config_parse_key(): return baselen as size_t
|
5 年 前 |
Jeff King
|
6c7e6963c1
config: drop useless length variable in write_pair()
|
5 年 前 |
Jeff King
|
f5914f4b6b
parse_config_key(): return subsection len as size_t
|
5 年 前 |
Junio C Hamano
|
d0038f4b31
Merge branch 'bw/remote-rename-update-config'
|
5 年 前 |
Junio C Hamano
|
5d55554b1d
Merge branch 'mr/show-config-scope'
|
5 年 前 |
Bert Wesarg
|
f2a2327a4a
config: provide access to the current line number
|
5 年 前 |
Matthew Rogers
|
9a83d088ee
submodule-config: add subomdule config scope
|
5 年 前 |
Matthew Rogers
|
e37efa40e1
config: teach git_config_source to remember its scope
|
5 年 前 |
Matthew Rogers
|
5c105a842e
config: preserve scope in do_git_config_sequence
|
5 年 前 |
Matthew Rogers
|
6766e41b8a
config: clarify meaning of command line scoping
|
5 年 前 |
Matthew Rogers
|
6dc905d974
config: split repo scope to local and worktree
|
5 年 前 |
Matthew Rogers
|
a5cb4204b6
config: make scope_name non-static and rename it
|
5 年 前 |
René Scharfe
|
a91cc7fad0
strbuf: add and use strbuf_insertstr()
|
5 年 前 |
Derrick Stolee
|
879321eb0b
sparse-checkout: add 'cone' mode
|
5 年 前 |
Junio C Hamano
|
5efabc7ed9
Merge branch 'ew/hashmap'
|
5 年 前 |
Junio C Hamano
|
676278f8ea
Merge branch 'bc/object-id-part17'
|
5 年 前 |
Eric Wong
|
404ab78e39
hashmap: remove type arg from hashmap_{get,put,remove}_entry
|
5 年 前 |
Eric Wong
|
23dee69f53
OFFSETOF_VAR macro to simplify hashmap iterators
|
5 年 前 |
Eric Wong
|
c8e424c9c9
hashmap: introduce hashmap_free_entries
|
5 年 前 |
Eric Wong
|
87571c3f71
hashmap: use *_entry APIs for iteration
|
5 年 前 |
Eric Wong
|
939af16eac
hashmap_cmp_fn takes hashmap_entry params
|
5 年 前 |
Eric Wong
|
f23a465132
hashmap_get{,_from_hash} return "struct hashmap_entry *"
|
5 年 前 |
Eric Wong
|
b6c5241606
hashmap_get takes "const struct hashmap_entry *"
|
5 年 前 |