summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-101-6/+9
|\
| * parse_config_key: allow matching single-level configJeff King2017-02-241-2/+6
| * parse_config_key: use skip_prefix instead of starts_withJeff King2017-02-241-4/+3
| * Merge branch 'nd/config-misc-fixes' into maintJunio C Hamano2017-01-311-5/+15
| |\
| * \ Merge branch 'jc/abbrev-autoscale-config' into maintJunio C Hamano2017-01-311-4/+10
| |\ \
* | \ \ Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano2017-03-101-97/+101
|\ \ \ \
| * | | | config: use git_config_parse_key() in git_config_parse_parameter()jc/config-case-cmdline-take-2Junio C Hamano2017-02-231-5/+9
| * | | | config: move a few helper functions upJunio C Hamano2017-02-231-92/+92
* | | | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-311-1/+6
* | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-4/+4
|\ \ \ \ \
| * | | | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-4/+4
* | | | | | Merge branch 'nd/config-misc-fixes'Junio C Hamano2017-01-101-5/+15
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | config.c: handle lock file in error case in git_config_rename_...nd/config-misc-fixesNguyễn Thái Ngọc Duy2016-12-221-1/+3
| * | | | | config.c: rename label unlock_and_outNguyễn Thái Ngọc Duy2016-12-201-2/+2
| * | | | | config.c: handle error case for fstat() callsNguyễn Thái Ngọc Duy2016-12-201-2/+10
| * | | | | Merge branch 'pc/occurred' into maintJunio C Hamano2016-07-061-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jc/abbrev-autoscale-config'Junio C Hamano2017-01-101-4/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | config.abbrev: document the new default that auto-scalesjc/abbrev-autoscale-configJunio C Hamano2016-12-221-4/+10
| | |_|/ / | |/| | |
* | | | | compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-0/+16
|/ / / /
* | | | get_short_sha1: make default disambiguation configurableJeff King2016-09-271-0/+3
* | | | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-211-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | config: only read .git/config from configured reposJeff King2016-09-131-1/+1
| * | | pager: stop loading git_default_config()Jeff King2016-09-131-3/+0
* | | | i18n: simplify numeric error reportingja/i18nJean-Noel Avila2016-08-241-28/+16
* | | | i18n: config: unfold error messages marked for translationVasco Almeida2016-07-281-19/+98
* | | | Merge branch 'jk/upload-pack-hook'Junio C Hamano2016-07-061-39/+95
|\ \ \ \
| * | | | config: add a notion of "scope"Jeff King2016-05-271-0/+23
| * | | | config: return configset value for current_config_ functionsJeff King2016-05-271-9/+42
| * | | | config: set up config_source for command-line configJeff King2016-05-241-4/+19
| * | | | git_config_parse_parameter: refactor cleanup codeJeff King2016-05-241-6/+7
| * | | | git_config_with_options: drop "found" countingJeff King2016-05-241-25/+9
| | |/ / | |/| |
* | | | Merge branch 'pc/occurred'Junio C Hamano2016-06-271-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | config.c: fix misspelt "occurred" in an error messagepc/occurredPeter Colberg2016-06-101-1/+1
| |/
| * Merge branch 'tb/core-eol-fix' into maintJunio C Hamano2016-06-061-4/+0
| |\
| * \ Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-0/+8
| |\ \
| * \ \ Merge branch 'sb/misc-cleanups' into HEADJunio C Hamano2016-05-181-4/+1
| |\ \ \
| * \ \ \ Merge branch 'jk/do-not-printf-NULL' into maintJunio C Hamano2016-05-021-7/+11
| |\ \ \ \
* | \ \ \ \ Merge branch 'tb/core-eol-fix'Junio C Hamano2016-05-231-4/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | convert: allow core.autocrlf=input and core.eol=crlfTorsten Bögershausen2016-04-251-4/+0
* | | | | | Merge branch 'js/windows-dotgit'Junio C Hamano2016-05-171-0/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+8
| |/ / / /
* | | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-13/+9
|\ \ \ \ \
| * | | | | config.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-13/+9
| |/ / / /
* | | | | Merge branch 'ab/hooks'Junio C Hamano2016-05-171-0/+3
|\ \ \ \ \
| * | | | | hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason2016-05-041-0/+3
| |/ / / /
* | | | | Merge branch 'sb/misc-cleanups'Junio C Hamano2016-05-101-4/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | config.c: drop local variableStefan Beller2016-04-281-4/+1
| * | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-101-3/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/do-not-printf-NULL'Junio C Hamano2016-04-221-7/+11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | git_config_set_multivar_in_file: handle "unset" errorsjk/do-not-printf-NULLJeff King2016-04-101-2/+6