summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'fg/push-default'Libravatar Junio C Hamano1-0/+28
2009-03-20Merge branch 'fc/parseopt-config'Libravatar Junio C Hamano1-4/+13
2009-03-17New config push.default to decide default behavior for pushLibravatar Finn Arne Gangstad1-0/+28
2009-02-21git_config(): not having a per-repo config file is not an errorLibravatar Felipe Contreras1-4/+13
2009-02-08Add mailmap.file as configurational option for mailmap locationLibravatar Marius Storm-Olsen1-0/+12
2008-12-21Introduce commit notesLibravatar Johannes Schindelin1-0/+5
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALLibravatar Johannes Schindelin1-4/+1
2008-11-14Add cache preload facilityLibravatar Linus Torvalds1-0/+5
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathLibravatar Junio C Hamano1-3/+3
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Libravatar Alex Riesen1-3/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-4/+2
2008-10-02config.c: make git_parse_long() staticLibravatar Nanako Shiraishi1-2/+2
2008-10-02config.c: Tolerate UTF8 BOM at the beginning of config fileLibravatar Petr Baudis1-0/+19
2008-07-28Make use of stat.ctime configurableLibravatar Alex Riesen1-0/+4
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Libravatar Steffen Prohaska1-9/+2
2008-07-01Only use GIT_CONFIG in "git config", not other programsLibravatar Daniel Barkalow1-27/+20
2008-06-25Merge branch 'lt/config-fsync'Libravatar Junio C Hamano1-20/+62
2008-06-19config.c: make git_env_bool() staticLibravatar しらいしななこ1-1/+1
2008-06-18Add config option to enable 'fsync()' of object filesLibravatar Linus Torvalds1-0/+5
2008-06-18Split up default "i18n" and "branch" config parsing into helper routinesLibravatar Linus Torvalds1-11/+29
2008-06-18Split up default "user" config parsing into helper routineLibravatar Linus Torvalds1-4/+13
2008-06-18Split up default "core" config parsing into helper routineLibravatar Linus Torvalds1-16/+26
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-13/+14
2008-05-14Merge branch 'sb/committer'Libravatar Junio C Hamano1-0/+4
2008-05-14Merge branch 'bd/tests'Libravatar Junio C Hamano1-1/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-13/+14
2008-05-12Improve reporting of errors in config file routinesLibravatar Alex Riesen1-19/+16
2008-05-11Merge branch 'lt/core-optim'Libravatar Junio C Hamano1-0/+5
2008-05-11Allow tracking branches to set up rebase by default.Libravatar Dustin Sallings1-0/+15
2008-05-10Merge branch 'lt/case-insensitive'Libravatar Junio C Hamano1-0/+5
2008-05-06commit: Show committer if automaticLibravatar Santi Béjar1-0/+4
2008-05-05config.c: Escape backslashes in section names properlyLibravatar Bryan Donlan1-1/+1
2008-04-13Fix git_config_bool_or_intLibravatar Junio C Hamano1-2/+2
2008-04-12git_config_bool_or_int()Libravatar Junio C Hamano1-1/+9
2008-04-09Add 'core.ignorecase' optionLibravatar Linus Torvalds1-0/+5
2008-02-27Merge branch 'js/branch-track'Libravatar Junio C Hamano1-0/+8
2008-02-20git_config_*: don't assume we are parsing a config fileLibravatar Jeff King1-2/+9
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesLibravatar Jay Soffian1-0/+8
2008-02-16Merge branch 'sp/safecrlf'Libravatar Junio C Hamano1-0/+9
2008-02-16Merge branch 'jk/noetcconfig'Libravatar Junio C Hamano1-2/+18
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano1-31/+18
2008-02-15Add "const" qualifier to "char *excludes_file".Libravatar Christian Couder1-6/+2
2008-02-15Add "const" qualifier to "char *editor_program".Libravatar Christian Couder1-6/+2
2008-02-15Add "const" qualifier to "char *pager_program".Libravatar Christian Couder1-6/+2
2008-02-15config: add 'git_config_string' to refactor string config variables.Libravatar Christian Couder1-13/+12
2008-02-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+29
2008-02-11config.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+15
2008-02-11Add config_error_nonbool() helper functionLibravatar Junio C Hamano1-0/+9
2008-02-10config: Fix --unset for continuation linesLibravatar Frank Lichtenheld1-0/+5
2008-02-06allow suppressing of global and system configLibravatar Jeff King1-2/+18