491 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

Author SHA1 Message Date
Johannes Schindelin 4db7dbdb4a git_config_rename_section_in_file(): avoid resource leak 8 years ago
Nguyễn Thái Ngọc Duy e145a0bc9b config: correct file reading order in read_early_config() 8 years ago
Nguyễn Thái Ngọc Duy 2185fde563 config: handle conditional include when $GIT_DIR is not set up 8 years ago
Nguyễn Thái Ngọc Duy c48f4b379e config: prepare to pass more info in git_config_with_options() 8 years ago
Nguyễn Thái Ngọc Duy 86f9515708 config: resolve symlinks in conditional include's patterns 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
Johannes Schindelin 1a27409ae8 read_early_config(): really discover .git/ 8 years ago
Johannes Schindelin 267b4538c0 read_early_config(): avoid .git/config hack when unneeded 8 years ago
Johannes Schindelin 0654aa57f3 setup: make read_early_config() reusable 8 years ago
Nguyễn Thái Ngọc Duy 3efd0bedc6 config: add conditional include 8 years ago
Christian Couder 77d67977ca config: add git_config_get_expiry() from gc.c 8 years ago
Christian Couder 72dcb7b360 config: add git_config_get_max_percent_split_change() 8 years ago
Christian Couder 1f44b09b58 config: add git_config_get_split_index() 8 years ago
Christian Couder f60ef2d65f config: mark an error message up for translation 8 years ago
Jeff King 48f8d9f732 parse_config_key: allow matching single-level config 8 years ago
Jeff King e3394fdce7 parse_config_key: use skip_prefix instead of starts_with 8 years ago
Junio C Hamano 1274a155af config: use git_config_parse_key() in git_config_parse_parameter() 8 years ago
Junio C Hamano ee98df3fa4 config: move a few helper functions up 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
Junio C Hamano 48d5014dd4 config.abbrev: document the new default that auto-scales 8 years ago
Nguyễn Thái Ngọc Duy c06fa62dfc config.c: handle lock file in error case in git_config_rename_... 8 years ago
Brandon Williams 9ebf689aad submodules: load gitmodules file from commit sha1 8 years ago
Nguyễn Thái Ngọc Duy 6e45b43fa9 config.c: rename label unlock_and_out 8 years ago
Nguyễn Thái Ngọc Duy 29647d79a9 config.c: handle error case for fstat() calls 8 years ago
Junio C Hamano 8de7eeb54b compression: unify pack.compression configuration parsing 8 years ago
Jeff King 5b33cb1fd7 get_short_sha1: make default disambiguation configurable 8 years ago
Jeff King b9605bc4f2 config: only read .git/config from configured repos 8 years ago
Jeff King 4babb839aa pager: stop loading git_default_config() 8 years ago
Jean-Noel Avila 078fe30523 i18n: simplify numeric error reporting 8 years ago
Vasco Almeida 1b8132d99d i18n: config: unfold error messages marked for translation 9 years ago
Peter Colberg 3a39f61e04 config.c: fix misspelt "occurred" in an error message 9 years ago
Jeff King 9acc591111 config: add a notion of "scope" 9 years ago
Jeff King 0d44a2dacc config: return configset value for current_config_ functions 9 years ago
Jeff King 3258258f51 config: set up config_source for command-line config 9 years ago
Jeff King a77d6db69b git_config_parse_parameter: refactor cleanup code 9 years ago
Jeff King c72ee44bf4 git_config_with_options: drop "found" counting 9 years ago
Johannes Schindelin f30afdabbf mingw: introduce the 'core.hideDotFiles' setting 9 years ago
Nguyễn Thái Ngọc Duy f0658ec9ea config.c: use error_errno() 9 years ago
Ævar Arnfjörð Bjarmason 867ad08a26 hooks: allow customizing where the hook directory is 9 years ago
Stefan Beller 270cd9eaf4 config.c: drop local variable 9 years ago
Torsten Bögershausen 70ad8c8d8c convert: allow core.autocrlf=input and core.eol=crlf 9 years ago
Jeff King 1cae428e29 git_config_set_multivar_in_file: handle "unset" errors 9 years ago
Jeff King 9c14bb08a4 git_config_set_multivar_in_file: all non-zero returns are errors 9 years ago
Jeff King 8c3ca351cb config: lower-case first word of error strings 9 years ago
Jeff King d1f884986d git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS 9 years ago
Jeff King 801818680a config: drop git_config_early 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago