summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
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
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2011-02-13repo-config: add deprecation warningRené Scharfe
2010-08-31Merge branch 'jn/paginate-fix'Junio C Hamano
2010-08-16config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-08-04config: add --local optionSverre Rabbelier
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds