summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2009-11-22Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-10-19Introduce commit notesJohannes Schindelin
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-09-11push: make non-fast-forward help message configurableJeff King
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink
2009-07-24After renaming a section, print any trailing variable definitionsAlex Vandiver
2009-07-24Make section_name_match start on '[', and return the length on successAlex Vandiver
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-29improve 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-17Merge branch 'maint'Junio C Hamano
2009-04-17Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-04-17Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-04-17Fix 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-21git_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-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin
2008-11-14Add cache preload facilityLinus Torvalds
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-30Use 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-02config.c: make git_parse_long() staticNanako Shiraishi
2008-10-02config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis
2008-07-28Make 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-19config.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-12Improve 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-10Merge branch 'lt/case-insensitive'Junio C Hamano