summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2016-09-27get_short_sha1: make default disambiguation configurableJeff King
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-13config: only read .git/config from configured reposJeff King
2016-09-13pager: stop loading git_default_config()Jeff King
2016-08-24i18n: simplify numeric error reportingJean-Noel Avila
2016-07-28i18n: config: unfold error messages marked for translationVasco Almeida
2016-07-06Merge branch 'jk/upload-pack-hook'Junio C Hamano
2016-06-27Merge branch 'pc/occurred'Junio C Hamano
2016-06-10config.c: fix misspelt "occurred" in an error messagePeter Colberg
2016-06-06Merge branch 'tb/core-eol-fix' into maintJunio C Hamano
2016-05-27config: add a notion of "scope"Jeff King
2016-05-27config: return configset value for current_config_ functionsJeff King
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano
2016-05-24config: set up config_source for command-line configJeff King
2016-05-24git_config_parse_parameter: refactor cleanup codeJeff King
2016-05-24git_config_with_options: drop "found" countingJeff King
2016-05-23Merge branch 'tb/core-eol-fix'Junio C Hamano
2016-05-18Merge branch 'sb/misc-cleanups' into HEADJunio C Hamano
2016-05-17Merge branch 'js/windows-dotgit'Junio C Hamano
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-17Merge branch 'ab/hooks'Junio C Hamano
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin
2016-05-10Merge branch 'sb/misc-cleanups'Junio C Hamano
2016-05-09config.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-05-04hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason
2016-05-02Merge branch 'jk/do-not-printf-NULL' into maintJunio C Hamano
2016-04-28config.c: drop local variableStefan Beller
2016-04-25convert: allow core.autocrlf=input and core.eol=crlfTorsten Bögershausen
2016-04-22Merge branch 'jk/do-not-printf-NULL'Junio C Hamano
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano
2016-04-10git_config_set_multivar_in_file: handle "unset" errorsJeff King
2016-04-10git_config_set_multivar_in_file: all non-zero returns are errorsJeff King
2016-04-10config: lower-case first word of error stringsJeff King
2016-04-06Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-03-23git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERSJeff King
2016-03-11config: drop git_config_earlyJeff King
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-26Merge branch 'ls/config-origin'Junio C Hamano
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22config: add 'origin_type' to config_source structLars Schneider
2016-02-19rename git_config_from_buf to git_config_from_memLars Schneider
2016-02-16config: introduce set_or_die wrappersPatrick Steinhardt
2016-01-27test-dump-untracked-cache: don't modify the untracked cacheChristian Couder
2016-01-27config: add core.untrackedCacheChristian Couder
2015-12-01Make error message after failing commit_lock_file() less confusingSZEDER Gábor
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano