Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-15Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano
2007-02-04git-config --rename-section could rename wrong sectionPavel Roskin
2007-01-20config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-12config-set: check write-in-full returns in set_multivarJunio C Hamano
2007-01-09Auto-quote config values in config.c:store_write_pair()Brian Gernhardt
2007-01-09short i/o: fix config updates to use write_in_fullAndy Whitcroft
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2006-12-31Merge branch 'master' into sp/mmapJunio C Hamano
2006-12-31Teach Git how to parse standard power of 2 suffixes.Shawn O. Pearce
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-29Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-21Merge branch 'jc/clone'Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-20config_rename_section: fix FILE* leakJunio C Hamano
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-12-17add a function to rename sections in the configJohannes Schindelin
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-10-31Allow '-' in config variable namesLinus Torvalds
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-01Use xmalloc instead of mallocJonas Fonseca
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-01pager: config variable pager.colorMatthias Lederhofer
2006-07-14sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-04boolean: accept yes and no as wellJunio C Hamano
2006-07-04Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-20git_config: access() returns 0 on success, not > 0Johannes Schindelin
2006-06-20Read configuration also from $HOME/.gitconfigJohannes Schindelin
2006-06-20Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin
2006-06-19Support for extracting configuration from different filesPetr Baudis
2006-06-17Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-05-18Log ref updates to logs/refs/<ref>Shawn Pearce
2006-05-14git config syntax updatesLinus Torvalds
2006-05-14Another config file parsing fix.sean
2006-05-08Fix repo-config set-multivar error return path.Junio C Hamano
2006-05-08Release config lock if the regex is invalidPavel Roskin
2006-05-06core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano
2006-05-06repo-config: trim white-space before commentJohannes Schindelin
2006-05-06Fix for config file section parsing.sean
2006-04-25Document the configuration filePetr Baudis
2006-04-18cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn
2006-03-21core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano
2006-02-09"Assume unchanged" gitJunio C Hamano
2006-01-06use result of open(2) to check for presenceAlex Riesen
2005-12-22\n usage in stderr outputAlex Riesen