summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Merge branch 'eb/core-eol'Libravatar Junio C Hamano1-1/+17
2010-06-06Add "core.eol" config variableLibravatar Eyvind Bernhardsen1-0/+16
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Libravatar Junio C Hamano1-1/+1
2010-05-21Merge branch 'ar/config-from-command-line'Libravatar Junio C Hamano1-0/+58
2010-05-19Add per-repository eol normalizationLibravatar Eyvind Bernhardsen1-1/+1
2010-03-28Use strbufs instead of open-coded string manipulationLibravatar Alex Riesen1-32/+19
2010-03-28Allow passing of configuration parameters in the command lineLibravatar Alex Riesen1-0/+71
2010-03-28config.c: remove static keyword from git_env_bool()Libravatar Lars R. Damerow1-1/+1
2010-02-17git_config_maybe_bool()Libravatar Junio C Hamano1-4/+17
2010-01-20Merge branch 'jc/ident'Libravatar Junio C Hamano1-4/+2
2010-01-13Merge branch 'nd/sparse'Libravatar Junio C Hamano1-0/+5
2010-01-10ident.c: check explicit identity for name and email separatelyLibravatar Junio C Hamano1-4/+2
2009-11-22Merge branch 'mm/config-pathname-tilde-expand'Libravatar Junio C Hamano1-1/+11
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateLibravatar Matthieu Moy1-1/+11
2009-10-19Introduce commit notesLibravatar Johannes Schindelin1-0/+5
2009-09-13Merge branch 'jk/unwanted-advices'Libravatar Junio C Hamano1-0/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsLibravatar Jim Meyering1-1/+1
2009-09-11push: make non-fast-forward help message configurableLibravatar Jeff King1-0/+3
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutLibravatar Nguyễn Thái Ngọc Duy1-0/+5
2009-08-05Merge branch 'maint-1.6.3' into maintLibravatar Junio C Hamano1-6/+4
2009-07-31config: Keep inner whitespace verbatimLibravatar Björn Steinbrink1-6/+4
2009-07-24After renaming a section, print any trailing variable definitionsLibravatar Alex Vandiver1-3/+19
2009-07-24Make section_name_match start on '[', and return the length on successLibravatar Alex Vandiver1-3/+16
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-15/+15
2009-04-29improve error message in config.cLibravatar Alex Riesen1-1/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectLibravatar Johannes Schindelin1-2/+7
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableLibravatar Johannes Schindelin1-0/+5
2009-04-18Merge branch 'lt/bool-on-off'Libravatar Junio C Hamano1-2/+2
2009-04-17Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-04-17Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-1/+1
2009-04-17Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+1
2009-04-17Fix buffer overflow in config parserLibravatar Thomas Jarosch1-1/+1
2009-04-11Allow users to un-configure rename detectionLibravatar Linus Torvalds1-2/+2
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