summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy
2017-04-15path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2016-09-15i18n: config: mark error message for translationVasco Almeida
2016-08-10Merge branch 'js/commit-slab-decl-fix'Junio C Hamano
2016-08-09config.c: avoid duplicated global static variablesJohannes Sixt
2016-07-08config: fix bogus fd check when setting up default configJeff King
2016-04-03Merge branch 'jk/config-get-urlmatch'Junio C Hamano
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping
2016-02-26Merge branch 'js/config-set-in-non-repository'Junio C Hamano
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider
2015-09-25config: use xstrfmt in normalize_valueJeff King
2015-08-20get_urlmatch: avoid useless strbuf writeJeff King
2015-08-20format_config: simplify buffer handlingJeff King
2015-08-20format_config: don't init strbufJeff King
2015-08-20config: restructure format_config() for better control flowSZEDER Gábor
2015-08-10config: add '--name-only' option to list only variable namesSZEDER Gábor
2015-06-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano
2015-05-11Sync with 2.3.8Junio C Hamano
2015-05-11Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano
2015-05-11Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano
2015-05-06git-config: replace use of home_config_paths()Paul Tan
2015-05-06Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano
2015-05-04config: use error() instead of fprintf(stderr, ...)Jonathan Nieder
2015-04-17config: fix settings in default_user_config templateOssi Herrala
2015-01-14standardize usage info string formatAlex Henrie
2014-12-12Merge branch 'jk/colors-fix'Junio C Hamano
2014-11-20config: fix parsing of "git config --get-color some.key -1"Jeff King
2014-11-17cmd_config(): make a copy of path obtained from git_path()Michael Haggerty
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-14color_parse: do not mention variable name in error messageJeff King
2014-09-30Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano
2014-09-19Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano
2014-09-11config: avoid a funny sentinel value "a^"Jeff King
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra
2014-07-25config --global --edit: create a template file if neededMatthieu Moy
2014-06-16Merge branch 'jk/daemon-tolower'Junio C Hamano
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerJeff King
2014-02-19config: teach "git config --file -" to read from the standard inputKirill A. Shutemov
2014-02-19config: change git_config_with_options() interfaceKirill A. Shutemov