298 Commits (5ce922a014f78684a96c3d03a51decf0d21fa58d)

Author SHA1 Message Date
Erik Faye-Lund e96c19c50f config: support values longer than 1023 bytes 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano a71f09fe3e Rename core.abbrevlength back to core.abbrev 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Jonathan Nieder 8f323c00dd config: drop support for GIT_CONFIG_NOGLOBAL 14 years ago
Linus Torvalds dce9648916 Make the default abbrev length configurable 14 years ago
Junio C Hamano ea2c69ed47 Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" 14 years ago
Libor Pechacek 2169ddc056 Disallow empty section and variable names 14 years ago
Libor Pechacek b09c53a3e3 Sanity-check config variable names 14 years ago
Johan Herland 53c403116a push.default: Rename 'tracking' to 'upstream' 14 years ago
Nguyễn Thái Ngọc Duy dbdf5854b2 Add git_config_early() 14 years ago
Jeff King db6195efab handle arbitrary ints in git_config_maybe_bool 14 years ago
Jeff King b2be2f6aea log.decorate: accept 0/1 bool values 14 years ago
Junio C Hamano 72a5b561fc core.abbrevguard: Ensure short object names stay unique a bit longer 14 years ago
Jeff King 1f2baa78c6 config: treat non-existent config files as empty 14 years ago
Anselm Kruis d3e7da8979 Add a new option 'core.askpass'. 15 years ago
Jeff King 2b64fc894d pass "git -c foo=bar" params through environment 15 years ago
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 16 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 17 years ago
Nanako Shiraishi 0433bcd9f0 config.c: make git_parse_long() static 17 years ago
Petr Baudis de056402fd config.c: Tolerate UTF8 BOM at the beginning of config file 17 years ago