summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano
2010-05-21Merge branch 'ar/config-from-command-line'Junio C Hamano
2010-03-28Use strbufs instead of open-coded string manipulationAlex Riesen
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-03-28config.c: remove static keyword from git_env_bool()Lars R. Damerow
2010-02-17git_config_maybe_bool()Junio C Hamano
2010-01-20Merge branch 'jc/ident'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-10-20Introduce 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-12push: make non-fast-forward help message configurableJeff King
2009-08-24unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink
2009-07-25After renaming a section, print any trailing variable definitionsAlex Vandiver
2009-07-25Make 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-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