summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-14Merge branch 'sb/committer'Junio C Hamano
2008-05-14Merge branch 'bd/tests'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-13Improve reporting of errors in config file routinesAlex Riesen
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-05-11Merge branch 'lt/case-insensitive'Junio C Hamano
2008-05-06commit: Show committer if automaticSanti Béjar
2008-05-05config.c: Escape backslashes in section names properlyBryan Donlan
2008-04-13Fix git_config_bool_or_intJunio C Hamano
2008-04-13git_config_bool_or_int()Junio C Hamano
2008-04-09Add 'core.ignorecase' optionLinus Torvalds
2008-02-27Merge branch 'js/branch-track'Junio C Hamano
2008-02-21git_config_*: don't assume we are parsing a config fileJeff King
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
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