summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
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
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-11Merge branch 'maint'Junio C Hamano
2008-02-11config.c: guard config parser from value=NULLJunio C Hamano
2008-02-11Add config_error_nonbool() helper functionJunio C Hamano
2008-02-11config: Fix --unset for continuation linesFrank Lichtenheld
2008-02-06allow suppressing of global and system configJeff King
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-02-05Fix misuse of prefix_path()Johannes Sixt
2008-02-04fix misuse of prefix_path()Junio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-02config: handle lack of newline at end of file betterJeff King
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-15Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-09Merge branch 'maint'Junio C Hamano
2007-12-08config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-11-17core.excludesfile clean-upJunio C Hamano
2007-11-14Allow ETC_GITCONFIG to be a relative path.Johannes Sixt