summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2006-10-30Allow '-' in config variable namesLinus Torvalds
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-27free(NULL) is perfectly valid.Junio C Hamano
2006-07-31pager: config variable pager.colorMatthias Lederhofer
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-03boolean: accept yes and no as wellJunio C Hamano
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-20git_config: access() returns 0 on success, not > 0Johannes Schindelin
2006-06-19Read configuration also from $HOME/.gitconfigJohannes Schindelin
2006-06-19Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin
2006-06-18Support for extracting configuration from different filesPetr Baudis
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce
2006-05-13git config syntax updatesLinus Torvalds
2006-05-13Another config file parsing fix.sean
2006-05-07Fix repo-config set-multivar error return path.Junio C Hamano
2006-05-07Release config lock if the regex is invalidPavel Roskin
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano
2006-05-05repo-config: trim white-space before commentJohannes Schindelin
2006-05-05Fix for config file section parsing.sean
2006-04-24Document the configuration filePetr Baudis
2006-04-17cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano
2006-02-08"Assume unchanged" gitJunio C Hamano
2006-01-05use result of open(2) to check for presenceAlex Riesen
2005-12-21\n usage in stderr outputAlex Riesen
2005-12-05config.c: remove unnecessary header in minimum configuration file.Junio C Hamano
2005-11-28config.c: constness tightening to avoid compilation warning.Junio C Hamano
2005-11-27Introduce i18n.commitencoding.Junio C Hamano
2005-11-27init-db: check template and repository format.Junio C Hamano
2005-11-25config.c: avoid shadowing global.Junio C Hamano
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-21Allow hierarchical section namesJohannes Schindelin
2005-11-21git-config-set: Properly terminate strings with '\0'Johannes Schindelin
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin
2005-11-19git-config-set: add more optionsJohannes Schindelin
2005-11-19Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-11-02Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano
2005-10-14Unlocalized isspace and friendsLinus Torvalds
2005-10-11Make git config variable names case-insensitiveLinus Torvalds
2005-10-11Use git config file for committer name and email infoLinus Torvalds
2005-10-11Improve config file escape sanity checkingLinus Torvalds
2005-10-10Add ".git/config" file parserLinus Torvalds