194 Commits (d15e9ebc5c8a627844275e02a2b15a101ce46d4a)

Author SHA1 Message Date
Eyvind Bernhardsen 942e774767 Add "core.eol" config variable 15 years ago
Eyvind Bernhardsen fd6cce9e89 Add per-repository eol normalization 15 years ago
Alex Riesen 572e4f6a0c Use strbufs instead of open-coded string manipulation 15 years ago
Alex Riesen 8b1fa77867 Allow passing of configuration parameters in the command line 15 years ago
Lars R. Damerow 0ef37164c2 config.c: remove static keyword from git_env_bool() 15 years ago
Junio C Hamano 8420ccd8b8 git_config_maybe_bool() 15 years ago
Junio C Hamano 91c38a2108 ident.c: check explicit identity for name and email separately 15 years ago
Matthieu Moy 395de250d9 Expand ~ and ~user in core.excludesfile, commit.template 15 years ago
Johannes Schindelin a97a74686d Introduce commit notes 15 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Jeff King 75194438f4 push: make non-fast-forward help message configurable 16 years ago
Nguyễn Thái Ngọc Duy 08aefc9e47 unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout 16 years ago
Björn Steinbrink ebdaae372b config: Keep inner whitespace verbatim 16 years ago
Alex Vandiver 9a5abfc737 After renaming a section, print any trailing variable definitions 16 years ago
Alex Vandiver a4c0d463c0 Make section_name_match start on '[', and return the length on success 16 years ago
Alex Riesen e88d022af9 improve error message in config.c 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 6ffd567bec improve error message in config.c 16 years ago
Johannes Schindelin 348df16679 Rename core.unreliableHardlinks to core.createObject 16 years ago
Johannes Schindelin be66a6c43d Add an option not to use link(src, dest) && unlink(src) when that is unreliable 16 years ago
Thomas Jarosch e0b3cc0dff Fix buffer overflow in config parser 16 years ago
Linus Torvalds 8f8c6fafd9 Allow users to un-configure rename detection 16 years ago
Finn Arne Gangstad 521537476f New config push.default to decide default behavior for push 16 years ago
Felipe Contreras aa38740791 git_config(): not having a per-repo config file is not an error 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Marius Storm-Olsen d551a48816 Add mailmap.file as configurational option for mailmap location 16 years ago
Johannes Schindelin 879ef2485d Introduce commit notes 16 years ago
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