249 Commits (c09cd77ea2fe3580b33918a99fe138d239ac2aaf)

Author SHA1 Message Date
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 13 years ago
Ramkumar Ramachandra 5ec3118293 config: Introduce functions to write non-standard file 14 years ago
Pavan Kumar Sunkara 8b5900751a git-config: Remove extra whitespaces 14 years ago
Junio C Hamano 5f44324d88 core: log offset pack data accesses happened 14 years ago
Jeff King 2496844bb2 config: make git_config_parse_parameter a public function 14 years ago
Jeff King f77bccaeba config: use strbuf_split_str instead of a temporary strbuf 14 years ago
Jeff King c5d6350bdc config: avoid segfault when parsing command-line config 14 years ago
Jeff King 1c2c9bee1b config: die on error in command-line config 14 years ago
Jeff King 5bf6529aaa fix "git -c" parsing of values with equals signs 14 years ago
Ramsay Jones 924aaf3ef7 config.c: Make git_config() work correctly when called recursively 14 years ago
Ramsay Jones 766d6268c6 config.c: Remove unused git_config_global() function 14 years ago
Jeff King 06eb708f33 config: always parse GIT_CONFIG_PARAMETERS during git_config 14 years ago
Jeff King 5a0c9eeb89 git_config: don't peek at global config_parameters 14 years ago
Jeff King 3ddf0968c2 config: make environment parsing routines static 14 years ago
Michael J Gruber 7a39741999 config: define and document exit codes 14 years ago
Junio C Hamano ec70f52f6f convert: rename the "eol" global variable to "core_eol" 14 years ago
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 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