82 Commits (66e41f7b9912b3c9231c6577891eb12886d430e3)

Author SHA1 Message Date
Junio C Hamano ae9ee41de8 git-config: do not forget seeing "a.b.var" means we are out of "a.var" section. 18 years ago
Geert Bosch 01ebb9dc88 Fix renaming branch without config file 18 years ago
Shawn O. Pearce 18bdec1118 Limit the size of the new delta_base_cache 18 years ago
Shawn O. Pearce dbb2b41aa4 use xstrdup please 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Paolo Bonzini 118f8b2413 git-config: document --rename-section, provide --remove-section 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Johannes Schindelin 32043c9f8c config: read system-wide defaults from /etc/gitconfig 18 years ago
Junio C Hamano 5faaf24634 Make sure packedgitwindowsize is multiple of (pagesize * 2) 18 years ago
Linus Torvalds d7f4633405 Make AutoCRLF ternary variable. 18 years ago
Linus Torvalds 6c510bee20 Lazy man's auto-CRLF 18 years ago
Pavel Roskin 9673a0b182 git-config --rename-section could rename wrong section 18 years ago
Johannes Schindelin 6f71686e0b config_set_multivar(): disallow newlines in keys 18 years ago
Junio C Hamano 93c1e07947 config-set: check write-in-full returns in set_multivar 18 years ago
Brian Gernhardt cdd4fb15cf Auto-quote config values in config.c:store_write_pair() 18 years ago
Andy Whitcroft 480c9e521b short i/o: fix config updates to use write_in_full 18 years ago
Junio C Hamano 7d1864ce67 Introduce is_bare_repository() and core.bare configuration variable 18 years ago
Shawn O. Pearce d77a64d353 Teach Git how to parse standard power of 2 suffixes. 18 years ago
Shawn O. Pearce c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. 18 years ago
Shawn O. Pearce 40be82723c Ensure core.packedGitWindowSize cannot be less than 2 pages. 18 years ago
Shawn O. Pearce 60bb8b1453 Fully activate the sliding window pack access. 18 years ago
Shawn O. Pearce 77ccc5bbd1 Introduce new config option for mmap limit. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano fc1905bb93 config_rename_section: fix FILE* leak 18 years ago
Junio C Hamano d4ebc36c5e Use preprocessor constants for environment variable names. 18 years ago
Johannes Schindelin 0667fcfb62 add a function to rename sections in the config 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Linus Torvalds 38c5afa87e Allow '-' in config variable names 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Matthias Lederhofer aa086eb813 pager: config variable pager.color 19 years ago
Linus Torvalds 93821bd97a sha1_file: add the ability to parse objects in "pack file format" 19 years ago
Junio C Hamano 624314fda7 boolean: accept yes and no as well 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Johannes Schindelin e33d0611c0 git_config: access() returns 0 on success, not > 0 19 years ago
Johannes Schindelin 5f1a63e0ef Read configuration also from $HOME/.gitconfig 19 years ago
Johannes Schindelin 9c3796fc04 Fix setting config variables with an alternative GIT_CONFIG 19 years ago
Petr Baudis 7f29f7a95c Support for extracting configuration from different files 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Junio C Hamano 138086a725 shared repository - add a few missing calls to adjust_shared_perm(). 19 years ago
Shawn Pearce 6de08ae688 Log ref updates to logs/refs/<ref> 19 years ago
Linus Torvalds d14f776402 git config syntax updates 19 years ago
sean bdf0ef0824 Another config file parsing fix. 19 years ago
Junio C Hamano f8ba655ee4 Fix repo-config set-multivar error return path. 19 years ago
Pavel Roskin 5d8ee9ceb8 Release config lock if the regex is invalid 19 years ago
sean 6f81bf16a9 Another config file parsing fix. 19 years ago
Junio C Hamano e388c73825 core.prefersymlinkrefs: use symlinks for .git/HEAD 19 years ago