713 Commits (ebf3c04b262aa27fbb97f8a0156c2347fecafafb)

Author SHA1 Message Date
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 5 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
brian m. carlson fe9fec45f6 config: use the_hash_algo in abbrev comparison 6 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Jeff King 22932d9169 config: stop checking whether the_repository is NULL 6 years ago
Johannes Schindelin 85fe0e800c config: work around bug with includeif:onbranch and early config 6 years ago
Christian Couder 4ca9474efa Move core_partial_clone_filter_default to promisor-remote.c 6 years ago
René Scharfe 39c575c969 config: simplify parsing of unit factors 6 years ago