summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2006-02-09"Assume unchanged" gitJunio C Hamano
2006-01-06use result of open(2) to check for presenceAlex Riesen
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-05config.c: remove unnecessary header in minimum configuration file.Junio C Hamano
2005-11-28config.c: constness tightening to avoid compilation warning.Junio C Hamano
2005-11-28Introduce i18n.commitencoding.Junio C Hamano
2005-11-27init-db: check template and repository format.Junio C Hamano
2005-11-25config.c: avoid shadowing global.Junio C Hamano
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-21Allow hierarchical section namesJohannes Schindelin
2005-11-21git-config-set: Properly terminate strings with '\0'Johannes Schindelin
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin
2005-11-20git-config-set: add more optionsJohannes Schindelin
2005-11-20Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-11-03Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-12Make git config variable names case-insensitiveLinus Torvalds
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-11Improve config file escape sanity checkingLinus Torvalds
2005-10-10Add ".git/config" file parserLinus Torvalds