137 Commits (9d880582ee0e63b3865350e90d3576fec55aed20)

Author SHA1 Message Date
Alex Riesen 64c0d71ce9 Improve reporting of errors in config file routines 17 years ago
Dustin Sallings 0a02186f92 Allow tracking branches to set up rebase by default. 17 years ago
Dustin Sallings c998ae9baa Allow tracking branches to set up rebase by default. 17 years ago
Santi Béjar bb1ae3f6ff commit: Show committer if automatic 17 years ago
Bryan Donlan e5c349ba11 config.c: Escape backslashes in section names properly 17 years ago
Junio C Hamano c35b0b5884 Fix git_config_bool_or_int 17 years ago
Junio C Hamano a53f2ec617 git_config_bool_or_int() 17 years ago
Linus Torvalds 0a9b88b7de Add 'core.ignorecase' option 17 years ago
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