637 Commits (09ac67a1839eda984b172d4d75153c767d6bbf14)

Author SHA1 Message Date
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
Johannes Schindelin fee8572c6d config: avoid using the global variable `store` 7 years ago
Johannes Schindelin 8032cc4462 config: introduce an optional event stream while parsing 7 years ago
Johannes Schindelin 46fc89ce74 config --replace-all: avoid extra line breaks 7 years ago
Johannes Schindelin 83b7fd8771 git_config_set: fix off-by-two 7 years ago
Jeff King 05e293c1ac config: move flockfile() closer to unlocked functions 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Jeff Hostetler 1e1e39b308 partial-clone: define partial clone settings in config 7 years ago