aboutsummaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/colors-fix' into maintJunio C Hamano2014-12-22
|\
| * config: fix parsing of "git config --get-color some.key -1"Jeff King2014-11-20
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \
| * | color_parse: do not mention variable name in error messageJeff King2014-10-14
| |/
| * Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-29
| |\
* | \ Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano2014-09-19
|\ \ \ | | |/ | |/|
| * | config: avoid a funny sentinel value "a^"Jeff King2014-09-11
| * | make config --add behave correctly for empty and NULL valuesTanay Abhra2014-08-18
* | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-02
|\ \ \ | |_|/ |/| |
| * | config --global --edit: create a template file if neededMatthieu Moy2014-07-25
| |/
* | Merge branch 'jk/daemon-tolower'Junio C Hamano2014-06-16
|\ \ | |/ |/|
| * daemon/config: factor out duplicate xstrdup_tolowerJeff King2014-05-23
* | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
* | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-18
* | builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov2014-02-18
* | repo-config: remove deprecated alias for "git config"John Keeping2013-11-12
|/
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-12
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-09
* | Merge branch 'jc/url-match'Junio C Hamano2013-09-09
|\ \
| * | builtin/config.c: compilation fixJunio C Hamano2013-08-09
| * | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-05
| * | builtin/config: refactor collect_config()Junio C Hamano2013-08-05
* | | config parsing options: allow one flag multiple timesStefan Beller2013-08-07
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
| |/ |/|
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-22
|\ \
| * | teach config --blob option to parse config from databaseHeiko Voigt2013-07-12
| |/
* | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-20
|\ \
| * | make color.ui default to 'auto'Matthieu Moy2013-06-10
| * | config: refactor management of color.ui's default valueMatthieu Moy2013-05-15
| |/
* | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-15
|/
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-21
|\
| * builtin/config.c: Fix a sparse warningRamsay Jones2012-10-29
| * git-config: use git_config_with_optionsJeff King2012-10-24
| * git-config: do not complain about duplicate entriesJeff King2012-10-24
| * git-config: collect values instead of immediately printingJeff King2012-10-24
| * git-config: fix regexp memory leaks on error conditionsJeff King2012-10-24
| * git-config: remove memory leak of key regexpJeff King2012-10-24
* | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-20
|\ \ | |/ |/|
| * config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-15
* | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \
| * | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-22
| * | i18n: config: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
| |/
* | Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano2012-09-07
|\ \
| * | config: warn on inaccessible filesJeff King2012-08-21
| |/
* | Merge branch 'jc/maint-config-exit-status'Junio C Hamano2012-09-03
|\ \ | |/ |/|
| * config: "git config baa" should exit with status 1Junio C Hamano2012-07-30
* | config: fix several access(NULL) callsMatthieu Moy2012-07-16
* | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-25
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-25
|/
* config: remove useless assignmentRené Scharfe2012-03-28