summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* "Assume unchanged" gitJunio C Hamano2006-02-081-0/+5
* use result of open(2) to check for presenceAlex Riesen2006-01-051-5/+12
* \n usage in stderr outputAlex Riesen2005-12-211-1/+1
* config.c: remove unnecessary header in minimum configuration file.Junio C Hamano2005-12-051-8/+0
* config.c: constness tightening to avoid compilation warning.Junio C Hamano2005-11-281-1/+1
* Introduce i18n.commitencoding.Junio C Hamano2005-11-271-0/+5
* init-db: check template and repository format.Junio C Hamano2005-11-271-4/+12
* config.c: avoid shadowing global.Junio C Hamano2005-11-251-5/+5
* Move diff.renamelimit out of default configuration.Junio C Hamano2005-11-211-5/+0
* Allow hierarchical section namesJohannes Schindelin2005-11-211-9/+10
* git-config-set: Properly terminate strings with '\0'Johannes Schindelin2005-11-211-0/+1
* git-config-set: support selecting values by non-matching regexJohannes Schindelin2005-11-201-6/+17
* git-config-set: add more optionsJohannes Schindelin2005-11-191-45/+71
* Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin2005-11-191-1/+293
* diff: make default rename detection limit configurable.Junio C Hamano2005-11-151-0/+5
* Add config variable core.symrefsonlyJohannes Schindelin2005-11-151-0/+5
* Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano2005-11-021-0/+8
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* Make git config variable names case-insensitiveLinus Torvalds2005-10-111-1/+1
* Use git config file for committer name and email infoLinus Torvalds2005-10-111-0/+10
* Improve config file escape sanity checkingLinus Torvalds2005-10-111-1/+6
* Add ".git/config" file parserLinus Torvalds2005-10-101-0/+222