648 Commits (b35304bf958812a99dcbda366670ddc7bf9e086d)

Author SHA1 Message Date
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
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
Martin Ågren e7347cb9ba config: let `config_store_data_clear()` handle `key` 7 years ago
Martin Ågren 3b82542dff config: let `config_store_data_clear()` handle `value_regex` 7 years ago
Martin Ågren 2a00e594e5 config: free resources of `struct config_store_data` 7 years ago
Johannes Schindelin 438a87d1e2 config: a user-provided invalid section is not a BUG 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Ryan Dammrose 960786e761 push: colorize errors 7 years ago
Taylor Blau 6d2f9acc0f config.c: introduce 'git_config_color' to parse ANSI colors 7 years ago
Lars Schneider e92d622536 convert: add round trip check based on 'core.checkRoundtripEncoding' 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Derrick Stolee 1b70dfd594 commit-graph: add core.commitGraph setting 7 years ago
Johannes Schindelin c71d8bb38a git_config_set: reuse empty sections 7 years ago
Johannes Schindelin 22aedfccd0 git config --unset: remove empty sections (in the common case) 7 years ago
Johannes Schindelin 6ae996f2ac git_config_set: make use of the config parser's event stream 7 years ago
Johannes Schindelin 5221c3159f git_config_set: do not use a state machine 7 years ago
Johannes Schindelin 668b9ade6b config_set_store: rename some fields for consistency 7 years ago