summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-1/+17
2010-06-06Add "core.eol" config variableEyvind Bernhardsen1-0/+16
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano1-1/+1
2010-05-21Merge branch 'ar/config-from-command-line'Junio C Hamano1-0/+58
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen1-1/+1
2010-03-28Use strbufs instead of open-coded string manipulationAlex Riesen1-32/+19
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen1-0/+71
2010-03-28config.c: remove static keyword from git_env_bool()Lars R. Damerow1-1/+1
2010-02-17git_config_maybe_bool()Junio C Hamano1-4/+17
2010-01-20Merge branch 'jc/ident'Junio C Hamano1-4/+2
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-0/+5
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano1-4/+2
2009-11-22Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano1-1/+11
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy1-1/+11
2009-10-19Introduce commit notesJohannes Schindelin1-0/+5
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano1-0/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-1/+1
2009-09-11push: make non-fast-forward help message configurableJeff King1-0/+3
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy1-0/+5
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano1-6/+4
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink1-6/+4
2009-07-24After renaming a section, print any trailing variable definitionsAlex Vandiver1-3/+19
2009-07-24Make section_name_match start on '[', and return the length on successAlex Vandiver1-3/+16
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-15/+15
2009-04-29improve error message in config.cAlex Riesen1-1/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin1-2/+7
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin1-0/+5
2009-04-18Merge branch 'lt/bool-on-off'Junio C Hamano1-2/+2
2009-04-17Merge branch 'maint'Junio C Hamano1-1/+1
2009-04-17Merge branch 'maint-1.6.1' into maintJunio C Hamano1-1/+1
2009-04-17Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-1/+1
2009-04-17Fix buffer overflow in config parserThomas Jarosch1-1/+1
2009-04-11Allow users to un-configure rename detectionLinus Torvalds1-2/+2
2009-03-26Merge branch 'fg/push-default'Junio C Hamano1-0/+28
2009-03-20Merge branch 'fc/parseopt-config'Junio C Hamano1-4/+13
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad1-0/+28
2009-02-21git_config(): not having a per-repo config file is not an errorFelipe Contreras1-4/+13
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen1-0/+12
2008-12-21Introduce commit notesJohannes Schindelin1-0/+5
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin1-4/+1
2008-11-14Add cache preload facilityLinus Torvalds1-0/+5
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano1-3/+3
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-3/+3
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-4/+2
2008-10-02config.c: make git_parse_long() staticNanako Shiraishi1-2/+2
2008-10-02config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis1-0/+19
2008-07-28Make use of stat.ctime configurableAlex Riesen1-0/+4
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Steffen Prohaska1-9/+2
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow1-27/+20
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano1-20/+62