aboutsummaryrefslogtreecommitdiffstats
path: root/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano1-5/+7
2007-02-03git-config --rename-section could rename wrong sectionPavel Roskin1-1/+1
2007-01-19config_set_multivar(): disallow newlines in keysJohannes Schindelin1-0/+5
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-0/+5
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano1-19/+24
2007-01-08Auto-quote config values in config.c:store_write_pair()Brian Gernhardt1-0/+14
2007-01-08short i/o: fix config updates to use write_in_fullAndy Whitcroft1-29/+77
2007-01-07Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano1-0/+5
2006-12-30Merge branch 'master' into sp/mmapJunio C Hamano1-0/+6
2006-12-30Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce1-0/+6
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce1-1/+1
2006-12-29Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce1-2/+2
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce1-0/+10
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce1-0/+5
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano1-1/+7
2006-12-20Merge branch 'jc/clone'Junio C Hamano1-6/+6
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-12-19config_rename_section: fix FILE* leakJunio C Hamano1-6/+13
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano1-6/+6
2006-12-16add a function to rename sections in the configJohannes Schindelin1-0/+64
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins1-1/+1
2006-10-30Allow '-' in config variable namesLinus Torvalds1-3/+8
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-4/+4
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-2/+2
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-4/+2
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-0/+5
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds1-0/+5
2006-07-03boolean: accept yes and no as wellJunio C Hamano1-2/+2
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-0/+10
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-3/+3
2006-06-20git_config: access() returns 0 on success, not > 0Johannes Schindelin1-1/+1
2006-06-19Read configuration also from $HOME/.gitconfigJohannes Schindelin1-9/+25
2006-06-19Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin1-3/+12
2006-06-18Support for extracting configuration from different filesPetr Baudis1-1/+11
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-3/+3
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano1-1/+1
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+5
2006-05-13git config syntax updatesLinus Torvalds1-13/+81
2006-05-13Another config file parsing fix.sean1-1/+3
2006-05-07Fix repo-config set-multivar error return path.Junio C Hamano1-12/+6
2006-05-07Release config lock if the regex is invalidPavel Roskin1-0/+2
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-2/+2
2006-05-05repo-config: trim white-space before commentJohannes Schindelin1-6/+6
2006-05-05Fix for config file section parsing.sean1-2/+3
2006-04-24Document the configuration filePetr Baudis1-1/+1
2006-04-17cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn1-11/+28
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano1-0/+5
2006-02-08"Assume unchanged" gitJunio C Hamano1-0/+5
2006-01-05use result of open(2) to check for presenceAlex Riesen1-5/+12
2005-12-21\n usage in stderr outputAlex Riesen1-1/+1