summaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorLines
2009-07-24After renaming a section, print any trailing variable definitionsAlex Vandiver-3/+19
2009-07-24Make section_name_match start on '[', and return the length on successAlex Vandiver-3/+16
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-15/+15
2009-04-29improve error message in config.cAlex Riesen-1/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin-2/+7
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin-0/+5
2009-04-18Merge branch 'lt/bool-on-off'Junio C Hamano-2/+2
2009-04-17Merge branch 'maint'Junio C Hamano-1/+1
2009-04-17Merge branch 'maint-1.6.1' into maintJunio C Hamano-1/+1
2009-04-17Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano-1/+1
2009-04-17Fix buffer overflow in config parserThomas Jarosch-1/+1
2009-04-11Allow users to un-configure rename detectionLinus Torvalds-2/+2
2009-03-26Merge branch 'fg/push-default'Junio C Hamano-0/+28
2009-03-20Merge branch 'fc/parseopt-config'Junio C Hamano-4/+13
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad-0/+28
2009-02-21git_config(): not having a per-repo config file is not an errorFelipe Contreras-4/+13
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen-0/+12
2008-12-21Introduce commit notesJohannes Schindelin-0/+5
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin-4/+1
2008-11-14Add cache preload facilityLinus Torvalds-0/+5
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano-3/+3
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen-3/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-4/+2
2008-10-02config.c: make git_parse_long() staticNanako Shiraishi-2/+2
2008-10-02config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis-0/+19
2008-07-28Make use of stat.ctime configurableAlex Riesen-0/+4
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska-9/+2
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow-27/+20
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano-20/+62
2008-06-19config.c: make git_env_bool() staticしらいしななこ-1/+1
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds-0/+5
2008-06-18Split up default "i18n" and "branch" config parsing into helper routinesLinus Torvalds-11/+29
2008-06-18Split up default "user" config parsing into helper routineLinus Torvalds-4/+13
2008-06-18Split up default "core" config parsing into helper routineLinus Torvalds-16/+26
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano-13/+14
2008-05-14Merge branch 'sb/committer'Junio C Hamano-0/+4
2008-05-14Merge branch 'bd/tests'Junio C Hamano-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-13/+14
2008-05-12Improve reporting of errors in config file routinesAlex Riesen-19/+16
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano-0/+5
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings-0/+15
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano-0/+5
2008-05-06commit: Show committer if automaticSanti Béjar-0/+4
2008-05-05config.c: Escape backslashes in section names properlyBryan Donlan-1/+1
2008-04-13Fix git_config_bool_or_intJunio C Hamano-2/+2
2008-04-12git_config_bool_or_int()Junio C Hamano-1/+9
2008-04-09Add 'core.ignorecase' optionLinus Torvalds-0/+5
2008-02-27Merge branch 'js/branch-track'Junio C Hamano-0/+8
2008-02-20git_config_*: don't assume we are parsing a config fileJeff King-2/+9
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesJay Soffian-0/+8