summaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-3/+4
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-091-3/+4
* | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-21/+119
|\ \
| * | builtin/config.c: compilation fixJunio C Hamano2013-08-091-1/+1
| * | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+98
| * | builtin/config: refactor collect_config()Junio C Hamano2013-08-051-21/+21
* | | config parsing options: allow one flag multiple timesStefan Beller2013-08-071-3/+3
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-1/+1
| |/ |/|
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-4/+27
|\ \
| * | teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-4/+27
| |/
* | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-201-0/+5
|\ \
| * | make color.ui default to 'auto'Matthieu Moy2013-06-101-1/+1
| * | config: refactor management of color.ui's default valueMatthieu Moy2013-05-151-0/+5
| |/
* | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-2/+2
|/
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-211-65/+43
|\
| * builtin/config.c: Fix a sparse warningRamsay Jones2012-10-291-1/+1
| * git-config: use git_config_with_optionsJeff King2012-10-241-42/+2
| * git-config: do not complain about duplicate entriesJeff King2012-10-241-18/+9
| * git-config: collect values instead of immediately printingJeff King2012-10-241-15/+35
| * git-config: fix regexp memory leaks on error conditionsJeff King2012-10-241-10/+13
| * git-config: remove memory leak of key regexpJeff King2012-10-241-0/+4
* | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-201-1/+2
|\ \ | |/ |/|
| * config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-151-1/+2
* | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-28/+28
|\ \
| * | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-4/+4
| * | i18n: config: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-28/+28
| |/
* | Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano2012-09-071-2/+2
|\ \
| * | config: warn on inaccessible filesJeff King2012-08-211-2/+2
| |/
* | Merge branch 'jc/maint-config-exit-status'Junio C Hamano2012-09-031-2/+6
|\ \ | |/ |/|
| * config: "git config baa" should exit with status 1Junio C Hamano2012-07-301-2/+6
* | config: fix several access(NULL) callsMatthieu Moy2012-07-161-4/+12
* | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-251-4/+1
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-9/+19
|/
* config: remove useless assignmentRené Scharfe2012-03-281-2/+0
* config: add include directiveJeff King2012-02-171-10/+28
* config: stop using config_exclusive_filenameJeff King2012-02-171-24/+35
* config: copy the return value of prefix_filenameJeff King2012-02-171-3/+4
* Merge branch 'jv/maint-config-set' into maintJunio C Hamano2011-12-281-1/+1
|\
| * Fix an incorrect reference to --set-all.jv/maint-config-setJelmer Vernooij2011-12-271-1/+1
* | Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano2011-10-171-7/+13
|\ \
| * | config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-101-7/+13
* | | config: refactor get_colorbool functionJeff King2011-08-191-2/+3
* | | color: delay auto-color decision until point of useJeff King2011-08-191-0/+2
* | | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-181-16/+7
| |/ |/|
* | config: Give error message when not changing a multivarMichael J Gruber2011-05-171-1/+6
* | config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder2011-03-151-1/+1
* | Merge branch 'lp/config-vername-check'Junio C Hamano2011-02-271-7/+20
|\ \
| * | Sanity-check config variable namesLibor Pechacek2011-02-221-7/+20
| |/
* | Merge branch 'mg/placeholders-are-lowercase'Junio C Hamano2011-02-271-1/+1
|\ \
| * | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
| |/