summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin1-6/+17
2005-11-19git-config-set: add more optionsJohannes Schindelin1-44/+70
2005-11-19Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin1-1/+293
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano1-0/+5
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin1-0/+5
2005-11-02Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano1-0/+8
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-10-11Make git config variable names case-insensitiveLinus Torvalds1-1/+1
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-0/+10
2005-10-11Improve config file escape sanity checkingLinus Torvalds1-1/+6
2005-10-10Add ".git/config" file parserLinus Torvalds1-0/+222