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