summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-17Merge branch 'jk/noetcconfig'Junio C Hamano
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-11Merge branch 'maint'Junio C Hamano
2008-02-11config.c: guard config parser from value=NULLJunio C Hamano
2008-02-11Add config_error_nonbool() helper functionJunio C Hamano
2008-02-11config: Fix --unset for continuation linesFrank Lichtenheld
2008-02-06allow suppressing of global and system configJeff King
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-02-05Fix misuse of prefix_path()Johannes Sixt
2008-02-04fix misuse of prefix_path()Junio C Hamano
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-02config: handle lack of newline at end of file betterJeff King
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