726 Commits (f69a6e4f076ec9ec89d94a6d960d0c161381a597)

Author SHA1 Message Date
René Scharfe 8f0f110156 compression: drop write-only core_compression_* variables 4 years ago
Jonathan Tan e3e8bf046e submodule-config: pass repo upon blob config read 4 years ago
Johannes Schindelin a03b097d63 Use a better name for the function interpolating paths 4 years ago
Ævar Arnfjörð Bjarmason bc40dfb10a string-list.h users: change to use *_{nodup,dup}() 4 years ago
Eric Wong dc05929411 xmmap: inform Linux users of tuning knobs on ENOMEM 4 years ago
Johannes Schindelin e355307692 config: normalize the path of the system gitconfig 4 years ago
Derrick Stolee 46a237f42f *: fix typos 4 years ago
Patrick Steinhardt 4179b4897f config: allow overriding of global and system configuration 4 years ago
Patrick Steinhardt 1e06eb9b5d config: unify code paths to get global config paths 4 years ago
Patrick Steinhardt c62a999c6e config: rename `git_etc_config()` 4 years ago
Ævar Arnfjörð Bjarmason 39e12650d7 config.c: remove last remnant of GIT_TEST_GETTEXT_POISON 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Andrew Klotz f276e2a469 config: improve error message for boolean config 4 years ago
Ævar Arnfjörð Bjarmason d162b25f95 tests: remove support for GIT_TEST_GETTEXT_POISON 4 years ago
Patrick Steinhardt d8d77153ea config: allow specifying config entries via envvar pairs 4 years ago
Patrick Steinhardt 1ff21c05ba config: store "git -c" variables using more robust format 4 years ago
Jeff King f9dbb64fad config: parse more robust format in GIT_CONFIG_PARAMETERS 4 years ago
Patrick Steinhardt b342ae61b3 config: extract function to parse config pairs 4 years ago
Patrick Steinhardt ce81b1da23 config: add new way to pass config via `--config-env` 4 years ago
Eric Wong a9ecaa06a7 core.abbrev=no disables abbreviations 4 years ago
Derrick Stolee c90702a1f6 config: plumb --fixed-value into config API 4 years ago
Derrick Stolee 247e2f822e config: replace 'value_regex' with 'value_pattern' 4 years ago
Derrick Stolee 504ee1290e config: convert multi_replace to flags 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Jeff King 1c890016a1 config: fix leak in git_config_get_expiry_in_days() 5 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 5 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Jeff King aec0bba106 config: work around gcc-10 -Wstringop-overflow warning 5 years ago
Jeff King 348482dede config: reject parsing of files over INT_MAX 5 years ago
Jeff King 6a9c235eb4 config: use size_t to store parsed variable baselen 5 years ago
Jeff King f011a9654d git_config_parse_key(): return baselen as size_t 5 years ago
Jeff King 6c7e6963c1 config: drop useless length variable in write_pair() 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Bert Wesarg f2a2327a4a config: provide access to the current line number 5 years ago
Matthew Rogers 9a83d088ee submodule-config: add subomdule config scope 5 years ago
Matthew Rogers e37efa40e1 config: teach git_config_source to remember its scope 5 years ago
Matthew Rogers 5c105a842e config: preserve scope in do_git_config_sequence 5 years ago
Matthew Rogers 6766e41b8a config: clarify meaning of command line scoping 5 years ago
Matthew Rogers 6dc905d974 config: split repo scope to local and worktree 5 years ago
Matthew Rogers a5cb4204b6 config: make scope_name non-static and rename it 5 years ago
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 5 years ago
Derrick Stolee 879321eb0b sparse-checkout: add 'cone' mode 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 6 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 6 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 6 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 6 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 6 years ago