155 Commits (5ef8d77a752884f3c5fad9f143ce5cc72ff1340c)

Author SHA1 Message Date
Johannes Schindelin 8befc50c49 Get rid of the last remnants of GIT_CONFIG_LOCAL 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Nanako Shiraishi 0433bcd9f0 config.c: make git_parse_long() static 16 years ago
Petr Baudis de056402fd config.c: Tolerate UTF8 BOM at the beginning of config file 16 years ago
Alex Riesen 1ce4790bf5 Make use of stat.ctime configurable 17 years ago
Steffen Prohaska 2de9de5e4a Move code interpreting path relative to exec-dir to new function system_path() 17 years ago
Daniel Barkalow dc87183189 Only use GIT_CONFIG in "git config", not other programs 17 years ago
しらいしななこ e4bffb5a1d config.c: make git_env_bool() static 17 years ago
Linus Torvalds aafe9fbaf4 Add config option to enable 'fsync()' of object files 17 years ago
Linus Torvalds 1141f4925c Split up default "i18n" and "branch" config parsing into helper routines 17 years ago
Linus Torvalds d1364529d0 Split up default "user" config parsing into helper routine 17 years ago
Linus Torvalds 806e2ad7fe Split up default "core" config parsing into helper routine 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
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