summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Libravatar Junio C Hamano1-0/+5
2006-02-08"Assume unchanged" gitLibravatar Junio C Hamano1-0/+5
2006-01-05use result of open(2) to check for presenceLibravatar Alex Riesen1-5/+12
2005-12-21\n usage in stderr outputLibravatar Alex Riesen1-1/+1
2005-12-05config.c: remove unnecessary header in minimum configuration file.Libravatar Junio C Hamano1-8/+0
2005-11-28config.c: constness tightening to avoid compilation warning.Libravatar Junio C Hamano1-1/+1
2005-11-27Introduce i18n.commitencoding.Libravatar Junio C Hamano1-0/+5
2005-11-27init-db: check template and repository format.Libravatar Junio C Hamano1-4/+12
2005-11-25config.c: avoid shadowing global.Libravatar Junio C Hamano1-5/+5
2005-11-21Move diff.renamelimit out of default configuration.Libravatar Junio C Hamano1-5/+0
2005-11-21Allow hierarchical section namesLibravatar Johannes Schindelin1-9/+10
2005-11-21git-config-set: Properly terminate strings with '\0'Libravatar Johannes Schindelin1-0/+1
2005-11-20git-config-set: support selecting values by non-matching regexLibravatar Johannes Schindelin1-6/+17
2005-11-19git-config-set: add more optionsLibravatar Johannes Schindelin1-45/+71
2005-11-19Add functions git_config_set() and git_config_set_multivar()Libravatar Johannes Schindelin1-1/+293
2005-11-15diff: make default rename detection limit configurable.Libravatar Junio C Hamano1-0/+5
2005-11-15Add config variable core.symrefsonlyLibravatar Johannes Schindelin1-0/+5
2005-11-02Ignore '\r' at the end of line in $GIT_DIR/configLibravatar Junio C Hamano1-0/+8
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-10-11Make git config variable names case-insensitiveLibravatar Linus Torvalds1-1/+1
2005-10-11Use git config file for committer name and email infoLibravatar Linus Torvalds1-0/+10
2005-10-11Improve config file escape sanity checkingLibravatar Linus Torvalds1-1/+6
2005-10-10Add ".git/config" file parserLibravatar Linus Torvalds1-0/+222