summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-15Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-09Merge branch 'maint'Junio C Hamano
2007-12-08config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-11-17core.excludesfile clean-upJunio C Hamano
2007-11-14Allow ETC_GITCONFIG to be a relative path.Johannes Sixt
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-11-03git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano
2007-11-03War on whitespace: first, a bit of retreat.Junio C Hamano
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-07-27use lockfile.c routines in git_commit_set_multivar()Bradford C. Smith
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin
2007-07-12Add functions for parsing integers with size suffixesBrian Downing
2007-07-04Add core.pager config variable.Brian Gernhardt
2007-06-24Add core.quotepath configuration variable.Junio C Hamano
2007-06-13-Wold-style-definition fixJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-20Merge branch 'np/pack'Junio C Hamano
2007-05-13git-config: do not forget seeing "a.b.var" means we are out of "a.var" section.Junio C Hamano
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-04-05Fix renaming branch without config fileGeert Bosch
2007-03-19Limit 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-04git-config: document --rename-section, provide --remove-sectionPaolo Bonzini
2007-03-03Add 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-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-20config: 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-04git-config --rename-section could rename wrong sectionPavel Roskin
2007-01-20config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-09Auto-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-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2006-12-31Merge branch 'master' into sp/mmapJunio C Hamano
2006-12-31Teach 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