summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
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
2014-02-19builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping
2013-09-12Merge branch 'jk/config-int-range-check'Junio C Hamano
2013-09-09Merge branch 'jc/url-match'Junio C Hamano
2013-09-09git-config: always treat --int as 64-bit internallyJeff King
2013-08-09builtin/config.c: compilation fixJunio C Hamano
2013-08-07config parsing options: allow one flag multiple timesStefan Beller
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano
2013-08-05builtin/config: refactor collect_config()Junio C Hamano