aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Merge branch 'jk/colors-fix' into maintJunio C Hamano1-14/+13
2014-11-20config: fix parsing of "git config --get-color some.key -1"Jeff King1-14/+13
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano1-3/+6
2014-10-14color_parse: do not mention variable name in error messageJeff King1-3/+6
2014-09-29Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano1-1/+2
2014-09-19Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano1-1/+2
2014-09-11config: avoid a funny sentinel value "a^"Jeff King1-1/+2
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano1-3/+28
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra1-1/+1
2014-07-25config --global --edit: create a template file if neededMatthieu Moy1-3/+28
2014-06-16Merge branch 'jk/daemon-tolower'Junio C Hamano1-14/+1
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerJeff King1-14/+1
2014-02-18config: teach "git config --file -" to read from the standard inputKirill A. Shutemov1-0/+11
2014-02-18config: change git_config_with_options() interfaceKirill A. Shutemov1-40/+35
2014-02-18builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov1-9/+9
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping1-6/+0
2013-09-12Merge branch 'jk/config-int-range-check'Junio C Hamano1-3/+4
2013-09-09Merge branch 'jc/url-match'Junio C Hamano1-21/+119
2013-09-09git-config: always treat --int as 64-bit internallyJeff King1-3/+4
2013-08-09builtin/config.c: compilation fixJunio C Hamano1-1/+1
2013-08-07config parsing options: allow one flag multiple timesStefan Beller1-3/+3
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano1-0/+98
2013-08-05builtin/config: refactor collect_config()Junio C Hamano1-21/+21
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-1/+1
2013-07-22Merge branch 'hv/config-from-blob'Junio C Hamano1-4/+27
2013-07-12teach config --blob option to parse config from databaseHeiko Voigt1-4/+27
2013-06-20Merge branch 'mm/color-auto-default'Junio C Hamano1-0/+5
2013-06-10make color.ui default to 'auto'Matthieu Moy1-1/+1
2013-05-15config: refactor management of color.ui's default valueMatthieu Moy1-0/+5
2013-04-15config: allow inaccessible configuration under $HOMEJonathan Nieder1-2/+2
2012-11-21Merge branch 'jk/config-ignore-duplicates'Junio C Hamano1-65/+43
2012-11-20Merge branch 'cn/config-missing-path'Junio C Hamano1-1/+2
2012-11-15config: don't segfault when given --path with a missing valueCarlos Martín Nieto1-1/+2
2012-10-29builtin/config.c: Fix a sparse warningRamsay Jones1-1/+1
2012-10-24git-config: use git_config_with_optionsJeff King1-42/+2
2012-10-24git-config: do not complain about duplicate entriesJeff King1-18/+9
2012-10-24git-config: collect values instead of immediately printingJeff King1-15/+35
2012-10-24git-config: fix regexp memory leaks on error conditionsJeff King1-10/+13
2012-10-24git-config: remove memory leak of key regexpJeff King1-0/+4
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano1-28/+28
2012-09-07Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano1-2/+2
2012-09-03Merge branch 'jc/maint-config-exit-status'Junio C Hamano1-2/+6
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy1-4/+4
2012-08-21config: warn on inaccessible filesJeff King1-2/+2
2012-08-20i18n: config: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-28/+28
2012-07-30config: "git config baa" should exit with status 1Junio C Hamano1-2/+6
2012-07-16config: fix several access(NULL) callsMatthieu Moy1-4/+12
2012-06-25config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen1-4/+1
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen1-9/+19
2012-03-28config: remove useless assignmentRené Scharfe1-2/+0