695 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
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() 4 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 4 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 4 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 5 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
René Scharfe 664178e8e2 config: don't multiply in parse_unit_factor() 6 years ago
René Scharfe 3fb72c7b4d config: use unsigned_mult_overflows to check for overflows 6 years ago
Ævar Arnfjörð Bjarmason 1ff750b128 tests: make GIT_TEST_GETTEXT_POISON a boolean 6 years ago
Ævar Arnfjörð Bjarmason 2e43cd4caa config.c: refactor die_bad_number() to not call gettext() early 6 years ago
Johannes Schindelin 9dae4fe79f config: avoid calling `labs()` on too-large data type 6 years ago
Denton Liu 07b2c0eaca config: learn the "onbranch:" includeIf condition 6 years ago
Jeff Hostetler f672deec2d trace2: fixup access problem on /etc/gitconfig in read_very_early_config 6 years ago
Jeff Hostetler 800a7f99a8 config: add read_very_early_config() 6 years ago
Jeff Hostetler 1703751f21 config: initialize opts structure in repo_read_config() 6 years ago
Nguyễn Thái Ngọc Duy 19e7fdaa58 config: correct '**' matching in includeIf patterns 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Jeff King a263ea84d1 config: drop unused parameter from maybe_remove_section() 6 years ago