summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-17Merge branch 'mk/http-backend-content-length'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren
2018-08-08config: fix case sensitive subsection names on writingStefan Beller
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-23config.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-18add core.usereplacerefs config optionJeff King
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-07-03config: add options parameter to git_config_from_memJeff King
2018-07-03config: add CONFIG_ERROR_SILENT handlerJeff King
2018-07-03config: turn die_on_error into caller-facing enumJeff King
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-28Merge branch 'as/safecrlf-quiet-fix'Junio C Hamano
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-11http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov
2018-06-11config.c: fix regression for core.safecrlf falseAnthony Sottile
2018-05-30Merge branch 'ma/config-store-data-clear'Junio C Hamano
2018-05-30Merge branch 'js/empty-config-section-fix'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren
2018-05-21config: free resources of `struct config_store_data`Martin Ågren
2018-05-17config: a user-provided invalid section is not a BUGJohannes Schindelin
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'js/empty-config-section-fix'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'jk/flockfile-stdio'Junio C Hamano
2018-04-24push: colorize errorsRyan Dammrose
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee
2018-04-09git_config_set: reuse empty sectionsJohannes Schindelin
2018-04-09git config --unset: remove empty sections (in the common case)Johannes Schindelin
2018-04-09git_config_set: make use of the config parser's event streamJohannes Schindelin