summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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