summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano1-9/+23
2018-07-23config.c: mark more strings for translationNguyễn Thái Ngọc Duy1-36/+36
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-3/+3
2018-07-18add core.usereplacerefs config optionJeff King1-0/+5
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano1-17/+0
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-5/+0
2018-07-03config: add options parameter to git_config_from_memJeff King1-4/+7
2018-07-03config: add CONFIG_ERROR_SILENT handlerJeff King1-0/+3
2018-07-03config: turn die_on_error into caller-facing enumJeff King1-5/+13
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-06-28Merge branch 'as/safecrlf-quiet-fix'Junio C Hamano1-1/+1
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite1-17/+0
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano1-0/+13
2018-06-11http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov1-1/+1
2018-06-11config.c: fix regression for core.safecrlf falseAnthony Sottile1-1/+1
2018-05-30Merge branch 'ma/config-store-data-clear'Junio C Hamano1-18/+18
2018-05-30Merge branch 'js/empty-config-section-fix'Junio C Hamano1-1/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-6/+6
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy1-0/+13
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren1-7/+3
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren1-11/+6
2018-05-21config: free resources of `struct config_store_data`Martin Ågren1-0/+9
2018-05-18config: a user-provided invalid section is not a BUGJohannes Schindelin1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano1-1/+1
2018-05-08Merge branch 'tb/config-default'Junio C Hamano1-0/+10
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano1-0/+5
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+5
2018-05-08Merge branch 'js/empty-config-section-fix'Junio C Hamano1-133/+315
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-6/+6
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano1-1/+1
2018-04-25Merge branch 'jk/flockfile-stdio'Junio C Hamano1-3/+5
2018-04-24push: colorize errorsRyan Dammrose1-1/+1
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau1-0/+10
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider1-0/+5
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee1-0/+5
2018-04-09git_config_set: reuse empty sectionsJohannes Schindelin1-1/+13
2018-04-09git config --unset: remove empty sections (in the common case)Johannes Schindelin1-2/+91
2018-04-09git_config_set: make use of the config parser's event streamJohannes Schindelin1-89/+81
2018-04-09git_config_set: do not use a state machineJohannes Schindelin1-30/+29
2018-04-09config_set_store: rename some fields for consistencyJohannes Schindelin1-32/+31
2018-04-09config: avoid using the global variable `store`Johannes Schindelin1-53/+66
2018-04-09config: introduce an optional event stream while parsingJohannes Schindelin1-12/+89
2018-04-06config --replace-all: avoid extra line breaksJohannes Schindelin1-0/+1
2018-04-06git_config_set: fix off-by-twoJohannes Schindelin1-1/+1
2018-03-30config: move flockfile() closer to unlocked functionsJeff King1-3/+5
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-02-13Merge branch 'tb/crlf-conv-flags'Junio C Hamano1-2/+5