summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
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