summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* git config syntax updatesLinus Torvalds2006-05-131-13/+81
* Another config file parsing fix.sean2006-05-131-1/+3
* Fix repo-config set-multivar error return path.Junio C Hamano2006-05-071-12/+6
* Release config lock if the regex is invalidPavel Roskin2006-05-071-0/+2
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-051-2/+2
* repo-config: trim white-space before commentJohannes Schindelin2006-05-051-6/+6
* Fix for config file section parsing.sean2006-05-051-2/+3
* Document the configuration filePetr Baudis2006-04-241-1/+1
* cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn2006-04-171-11/+28
* core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano2006-03-201-0/+5
* "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