126 Commits (be5f5bf02706357794cdf093ebe603aa82ae52eb)

Author SHA1 Message Date
Jeff King c1867cea90 git_config_*: don't assume we are parsing a config file 17 years ago
Jay Soffian 9ed36cfa35 branch: optionally setup branch.*.merge from upstream local branches 17 years ago
Christian Couder dfb068be8d Add "const" qualifier to "char *excludes_file". 17 years ago
Christian Couder ee9601e6be Add "const" qualifier to "char *editor_program". 17 years ago
Christian Couder 872da32d80 Add "const" qualifier to "char *pager_program". 17 years ago
Christian Couder ea5105a5e3 config: add 'git_config_string' to refactor string config variables. 17 years ago
Junio C Hamano 6c47d0e8f3 config.c: guard config parser from value=NULL 17 years ago
Junio C Hamano 40ea4ed903 Add config_error_nonbool() helper function 17 years ago
Frank Lichtenheld 7a31cc0f96 config: Fix --unset for continuation lines 17 years ago
Jeff King ab88c36321 allow suppressing of global and system config 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Johannes Sixt ef5b9d6e22 Fix misuse of prefix_path() 17 years ago
Junio C Hamano 7a5375395f fix misuse of prefix_path() 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Jeff King 02e5ba4ae6 config: handle lack of newline at end of file better 17 years ago
Shawn O. Pearce c8deb5a146 Improve error messages when int/long cannot be parsed from config 17 years ago
Kristian Høgsberg cb891a5989 Use a strbuf for building up section header and key/value pair strings. 17 years ago
Jim Meyering 6281f39467 config.c:store_write_pair(): don't read the byte before a malloc'd buffer. 17 years ago
Junio C Hamano cf1b7869f0 Use gitattributes to define per-path whitespace rule 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Johannes Sixt 7f0e39faa2 Allow ETC_GITCONFIG to be a relative path. 17 years ago
Johannes Sixt 506b17b136 Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Junio C Hamano 459fa6d0fe git-diff: complain about >=8 consecutive spaces in initial indent 17 years ago
Junio C Hamano a9cc857ada War on whitespace: first, a bit of retreat. 17 years ago
Bradford C. Smith 6cbf973c9a use lockfile.c routines in git_commit_set_multivar() 18 years ago
Johannes Schindelin 4d87b9c5db launch_editor(): Heed GIT_EDITOR and core.editor settings 18 years ago
Brian Downing 0b87b6e081 Add functions for parsing integers with size suffixes 18 years ago
Brian Gernhardt 54adf3706c Add core.pager config variable. 18 years ago
Junio C Hamano 9378c16135 Add core.quotepath configuration variable. 18 years ago
Junio C Hamano b79d18c92d -Wold-style-definition fix 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano ae9ee41de8 git-config: do not forget seeing "a.b.var" means we are out of "a.var" section. 18 years ago
Dana How 960ccca680 Custom compression levels for objects and packs 18 years ago
Nicolas Pitre 726f852b0e deprecate the new loose object header format 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