summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
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
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Merge branch 'hv/config-from-blob'Junio C Hamano
2013-07-12teach config --blob option to parse config from databaseHeiko Voigt
2013-06-20Merge branch 'mm/color-auto-default'Junio C Hamano
2013-06-10make color.ui default to 'auto'Matthieu Moy
2013-05-15config: refactor management of color.ui's default valueMatthieu Moy
2013-04-15config: allow inaccessible configuration under $HOMEJonathan Nieder
2012-11-21Merge branch 'jk/config-ignore-duplicates'Junio C Hamano
2012-11-20Merge branch 'cn/config-missing-path'Junio C Hamano
2012-11-16config: don't segfault when given --path with a missing valueCarlos Martín Nieto
2012-10-29builtin/config.c: Fix a sparse warningRamsay Jones
2012-10-24git-config: use git_config_with_optionsJeff King
2012-10-24git-config: do not complain about duplicate entriesJeff King
2012-10-24git-config: collect values instead of immediately printingJeff King
2012-10-24git-config: fix regexp memory leaks on error conditionsJeff King
2012-10-24git-config: remove memory leak of key regexpJeff King
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-09-07Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano
2012-09-03Merge branch 'jc/maint-config-exit-status'Junio C Hamano
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy
2012-08-21config: warn on inaccessible filesJeff King
2012-08-20i18n: config: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-30config: "git config baa" should exit with status 1Junio C Hamano
2012-07-16config: fix several access(NULL) callsMatthieu Moy
2012-06-25config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen
2012-03-28config: remove useless assignmentRené Scharfe
2012-02-17config: add include directiveJeff King
2012-02-17config: stop using config_exclusive_filenameJeff King
2012-02-17config: copy the return value of prefix_filenameJeff King
2011-12-28Merge branch 'jv/maint-config-set' into maintJunio C Hamano
2011-12-27Fix an incorrect reference to --set-all.Jelmer Vernooij
2011-10-18Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano
2011-10-10config: display key_delim for config --bool --get-regexpMatthieu Moy
2011-08-19config: refactor get_colorbool functionJeff King
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King
2011-05-18config: Give error message when not changing a multivarMichael J Gruber
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder
2011-02-28Merge branch 'lp/config-vername-check'Junio C Hamano
2011-02-28Merge branch 'mg/placeholders-are-lowercase'Junio C Hamano
2011-02-22Sanity-check config variable namesLibor Pechacek