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