summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* config: treat non-existent config files as emptyJeff King2010-10-211-3/+1
* Merge branch 'kf/askpass-config'Junio C Hamano2010-09-081-0/+3
|\
| * Add a new option 'core.askpass'.Anselm Kruis2010-08-311-0/+3
* | pass "git -c foo=bar" params through environmentJeff King2010-08-241-3/+54
|/
* Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-1/+17
|\
| * Add "core.eol" config variableEyvind Bernhardsen2010-06-061-0/+16
| * Add per-repository eol normalizationEyvind Bernhardsen2010-05-191-1/+1
* | Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano2010-05-211-1/+1
|\ \
| * | config.c: remove static keyword from git_env_bool()Lars R. Damerow2010-03-281-1/+1
| |/
* | Merge branch 'ar/config-from-command-line'Junio C Hamano2010-05-211-0/+58
|\ \
| * | Use strbufs instead of open-coded string manipulationAlex Riesen2010-03-281-32/+19
| * | Allow passing of configuration parameters in the command lineAlex Riesen2010-03-281-0/+71
| |/
* | git_config_maybe_bool()Junio C Hamano2010-02-171-4/+17
|/
* Merge branch 'jc/ident'Junio C Hamano2010-01-201-4/+2
|\
| * ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-101-4/+2
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-0/+5
|\ \ | |/ |/|
| * unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy2009-08-231-0/+5
* | Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano2009-11-221-1/+11
|\ \
| * | Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-171-1/+11
* | | Introduce commit notesJohannes Schindelin2009-10-191-0/+5
|/ /
* | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-131-0/+3
|\ \
| * | push: make non-fast-forward help message configurableJeff King2009-09-111-0/+3
| |/
* | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-1/+1
|/
* Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-051-6/+4
|\
| * config: Keep inner whitespace verbatimBjörn Steinbrink2009-07-311-6/+4
* | After renaming a section, print any trailing variable definitionsAlex Vandiver2009-07-241-3/+19
* | Make section_name_match start on '[', and return the length on successAlex Vandiver2009-07-241-3/+16
|/
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-15/+15
* improve error message in config.cAlex Riesen2009-04-291-1/+1
* Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-291-2/+7
* Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-251-0/+5
* Merge branch 'lt/bool-on-off'Junio C Hamano2009-04-181-2/+2
|\
| * Allow users to un-configure rename detectionLinus Torvalds2009-04-111-2/+2
* | Merge branch 'maint'Junio C Hamano2009-04-171-1/+1
|\ \ | |/ |/|
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-171-1/+1
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-171-1/+1
| | |\
| | | * Fix buffer overflow in config parserThomas Jarosch2009-04-171-1/+1
* | | | Merge branch 'fg/push-default'Junio C Hamano2009-03-261-0/+28
|\ \ \ \
| * | | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-0/+28
| |/ / /
* | | | Merge branch 'fc/parseopt-config'Junio C Hamano2009-03-201-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | git_config(): not having a per-repo config file is not an errorFelipe Contreras2009-02-211-4/+13
| * | | Introduce commit notesJohannes Schindelin2008-12-211-0/+5
| |/ /
* | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-0/+12
|/ /
* | Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin2008-12-141-4/+1
* | Add cache preload facilityLinus Torvalds2008-11-141-0/+5
* | Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-301-3/+3
|\ \ | |/
| * Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-3/+3
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-4/+2
* | config.c: make git_parse_long() staticNanako Shiraishi2008-10-021-2/+2
* | config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis2008-10-021-0/+19
|/