summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2011-03-23Merge branch 'lt/default-abbrev'Junio C Hamano
2011-03-23Merge branch 'jn/test-sanitize-git-env'Junio C Hamano
2011-03-21Rename core.abbrevlength back to core.abbrevJunio C Hamano
2011-03-16Merge branch 'maint'Junio C Hamano
2011-03-16Merge branch 'jh/push-default-upstream-configname' into maintJunio C Hamano
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder
2011-03-11Make the default abbrev length configurableLinus Torvalds
2011-03-11Merge branch 'maint'Junio C Hamano
2011-03-11Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Junio C Hamano
2011-02-28Merge branch 'jh/push-default-upstream-configname'Junio C Hamano
2011-02-22Disallow empty section and variable namesLibor Pechacek
2011-02-22Sanity-check config variable namesLibor Pechacek
2011-02-16push.default: Rename 'tracking' to 'upstream'Johan Herland
2010-12-28Merge branch 'nd/setup'Junio C Hamano
2010-12-22Add git_config_early()Nguyễn Thái Ngọc Duy
2010-12-21Merge branch 'jk/maint-decorate-01-bool'Junio C Hamano
2010-12-19handle arbitrary ints in git_config_maybe_boolJeff King
2010-12-08Merge branch 'jk/maint-decorate-01-bool'Junio C Hamano
2010-12-04Merge branch 'jc/abbrev-guard'Junio C Hamano
2010-11-17log.decorate: accept 0/1 bool valuesJeff King
2010-10-29core.abbrevguard: Ensure short object names stay unique a bit longerJunio C Hamano
2010-10-21config: treat non-existent config files as emptyJeff King
2010-09-08Merge branch 'kf/askpass-config'Junio C Hamano
2010-08-31Add a new option 'core.askpass'.Anselm Kruis
2010-08-24pass "git -c foo=bar" params through environmentJeff King
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano
2010-06-07Add "core.eol" config variableEyvind Bernhardsen
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano
2010-05-21Merge branch 'ar/config-from-command-line'Junio C Hamano
2010-05-20Add per-repository eol normalizationEyvind Bernhardsen
2010-03-28Use strbufs instead of open-coded string manipulationAlex Riesen
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-03-28config.c: remove static keyword from git_env_bool()Lars R. Damerow
2010-02-17git_config_maybe_bool()Junio C Hamano
2010-01-20Merge branch 'jc/ident'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-10-20Introduce commit notesJohannes Schindelin
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-09-12push: make non-fast-forward help message configurableJeff King
2009-08-24unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink
2009-07-25After renaming a section, print any trailing variable definitionsAlex Vandiver
2009-07-25Make section_name_match start on '[', and return the length on successAlex Vandiver
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras