755 Commits (08dccc8fc1f248c8de7e87ac6e435edac4f77ebe)

Author SHA1 Message Date
Junio C Hamano afe8a9070b tree-wide: apply equals-null.cocci 3 years ago
Neeraj Singh f12f3b9807 core.fsyncmethod: correctly camel-case warning message 3 years ago
Jeff Hostetler 1e0ea5c431 fsmonitor: config settings are repository-specific 3 years ago
Patrick Steinhardt bc22d845c4 core.fsync: new option to harden references 3 years ago
Neeraj Singh b9f5d0358d core.fsync: documentation and user-friendly aggregate options 3 years ago
Neeraj Singh ba95e96d4c core.fsync: new option to harden the index 3 years ago
Neeraj Singh 844a8ad4f8 core.fsync: add configuration parsing 3 years ago
Neeraj Singh abf38abec2 core.fsyncmethod: add writeout-only mode 3 years ago
Elijah Newren ecc7c8841d repo_read_index: add config to expect files outside sparse patterns 3 years ago
Ævar Arnfjörð Bjarmason 88c7b4c3c8 date API: create a date.h, split from cache.h 3 years ago
Derrick Stolee 3ce1138272 config: make git_configset_get_string_tmp() private 3 years ago
Derrick Stolee fe18733927 config: add repo_config_set_worktree_gently() 3 years ago
Jonathan Tan 399b198489 config: include file if remote URL matches a glob 3 years ago
Jonathan Tan ed69e11b89 config: make git_config_include() static 3 years ago
Josh Steadmon 44f14a9d24 config: require lowercase for branch.*.autosetupmerge 3 years ago
Josh Steadmon d3115660b4 branch: add flags and config to inherit tracking 3 years ago
Ævar Arnfjörð Bjarmason f5c39c3268 config API: use get_error_routine(), not vreportf() 3 years ago
Ævar Arnfjörð Bjarmason 25ad722126 config.c: don't leak memory in handle_path_include() 3 years ago
Ævar Arnfjörð Bjarmason 73c5f67071 config.c: remove unused git_config_key_is_valid() 3 years ago
René Scharfe 8f0f110156 compression: drop write-only core_compression_* variables 3 years ago
Jonathan Tan e3e8bf046e submodule-config: pass repo upon blob config read 3 years ago
Johannes Schindelin a03b097d63 Use a better name for the function interpolating paths 4 years ago
Ævar Arnfjörð Bjarmason bc40dfb10a string-list.h users: change to use *_{nodup,dup}() 4 years ago
Eric Wong dc05929411 xmmap: inform Linux users of tuning knobs on ENOMEM 4 years ago
Johannes Schindelin e355307692 config: normalize the path of the system gitconfig 4 years ago
Derrick Stolee 46a237f42f *: fix typos 4 years ago
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