669 Commits (ae821ffe8327ebb24b16ba5a42c6d675050319d7)

Author SHA1 Message Date
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
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
Jonathan Nieder 2a9dedef2e index: make index.threads=true enable ieot and eoie 6 years ago
Johannes Schindelin 44004872c8 config: report a bug if git_dir exists without commondir 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Johannes Schindelin 70fc5793df config: allow for platform-specific core.* config settings 6 years ago
Johannes Schindelin 409670f34e config: rename `dummy` parameter to `cb` in git_default_config() 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
Ben Peart c780b9cfe8 config: add new index.threads config setting 6 years ago
Ben Peart 4cb54d0aa8 fsmonitor: update GIT_TEST_FSMONITOR support 6 years ago
Jean-Noël Avila 27c929edd6 i18n: fix mistakes in translated strings 7 years ago
Elijah Newren e730b81df6 Move definition of enum branch_track from cache.h to branch.h 7 years ago
Stefan Beller 2d84f13dcb config: fix case sensitive subsection names on writing 7 years ago
Nguyễn Thái Ngọc Duy a769bfc74f config.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jeff King da4398d6a0 add core.usereplacerefs config option 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Jeff King 4574f1aace config: add options parameter to git_config_from_mem 7 years ago
Jeff King 63583203df config: add CONFIG_ERROR_SILENT handler 7 years ago
Jeff King 66f9722882 config: turn die_on_error into caller-facing enum 7 years ago
Antonio Ospite ad136370b2 config: move config_from_gitmodules to submodule-config.c 7 years ago
Max Kirillov c79edf73f4 http-backend: respect CONTENT_LENGTH as specified by rfc3875 7 years ago
Anthony Sottile 6cb09125be config.c: fix regression for core.safecrlf false 7 years ago
Nguyễn Thái Ngọc Duy a73b3680c4 Add and use generic name->id mapping code for color slot parsing 7 years ago