aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano1-1/+1
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+5
2006-05-13git config syntax updatesLinus Torvalds1-13/+81
2006-05-13Another config file parsing fix.sean1-1/+3
2006-05-07Fix repo-config set-multivar error return path.Junio C Hamano1-12/+6
2006-05-07Release config lock if the regex is invalidPavel Roskin1-0/+2
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-2/+2
2006-05-05repo-config: trim white-space before commentJohannes Schindelin1-6/+6
2006-05-05Fix for config file section parsing.sean1-2/+3
2006-04-24Document the configuration filePetr Baudis1-1/+1
2006-04-17cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn1-11/+28
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano1-0/+5
2006-02-08"Assume unchanged" gitJunio C Hamano1-0/+5
2006-01-05use result of open(2) to check for presenceAlex Riesen1-5/+12
2005-12-21\n usage in stderr outputAlex Riesen1-1/+1
2005-12-05config.c: remove unnecessary header in minimum configuration file.Junio C Hamano1-8/+0
2005-11-28config.c: constness tightening to avoid compilation warning.Junio C Hamano1-1/+1
2005-11-27Introduce i18n.commitencoding.Junio C Hamano1-0/+5
2005-11-27init-db: check template and repository format.Junio C Hamano1-4/+12
2005-11-25config.c: avoid shadowing global.Junio C Hamano1-5/+5
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano1-5/+0
2005-11-21Allow hierarchical section namesJohannes Schindelin1-9/+10
2005-11-21git-config-set: Properly terminate strings with '\0'Johannes Schindelin1-0/+1
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin1-6/+17
2005-11-19git-config-set: add more optionsJohannes Schindelin1-45/+71
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