summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2007-05-13git-config: do not forget seeing "a.b.var" means we are out of "a.var" section.Junio C Hamano
2007-04-05Fix renaming branch without config fileGeert Bosch
2007-03-18Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-16use xstrdup pleaseShawn O. Pearce
2007-03-08Merge branch 'js/config-rename'Junio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-03git-config: document --rename-section, provide --remove-sectionPaolo Bonzini
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-02-24Merge branch 'js/etc-config'Junio C Hamano
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-19config: read system-wide defaults from /etc/gitconfigJohannes Schindelin
2007-02-14Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds
2007-02-14Lazy man's auto-CRLFLinus Torvalds
2007-02-03git-config --rename-section could rename wrong sectionPavel Roskin
2007-01-19config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-11Merge branch 'jc/bare'Junio C Hamano
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-08Auto-quote config values in config.c:store_write_pair()Brian Gernhardt
2007-01-08short i/o: fix config updates to use write_in_fullAndy Whitcroft
2007-01-07Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2006-12-30Merge branch 'master' into sp/mmapJunio C Hamano
2006-12-30Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-29Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-20Merge branch 'jc/clone'Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19config_rename_section: fix FILE* leakJunio C Hamano
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-12-16add a function to rename sections in the configJohannes Schindelin
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-10-30Allow '-' in config variable namesLinus Torvalds
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-27free(NULL) is perfectly valid.Junio C Hamano
2006-07-31pager: config variable pager.colorMatthias Lederhofer
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-03boolean: accept yes and no as wellJunio C Hamano
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-20git_config: access() returns 0 on success, not > 0Johannes Schindelin
2006-06-19Read configuration also from $HOME/.gitconfigJohannes Schindelin
2006-06-19Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin
2006-06-18Support for extracting configuration from different filesPetr Baudis
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce