287 Commits (3ac21617b0f56dd76be3bbaa663bf0fff7f3095d)

Author SHA1 Message Date
Jeff King 1b86bbb0ad config: add helper function for parsing key names 12 years ago
Robin Rosenberg c08e4d5b5c Enable minimal stat checking 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Jeff King a469a10193 silence some -Wuninitialized false positives 12 years ago
Jeff King 086109006f mailmap: support reading mailmap from blobs 12 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 12 years ago
Jonathan Nieder 8f2bbe452e config: exit on error accessing any config file 13 years ago
Jonathan Nieder 96b9e0e313 config: treat user and xdg config permission problems as errors 13 years ago
Ben Walton 0971e992c4 Remove the hard coded length limit on variable names in config files 13 years ago
Jeff King ba8bd8300a config: warn on inaccessible files 13 years ago
Matthieu Moy e3ebc35b16 config: fix several access(NULL) calls 13 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Huynh Khoi Nguyen Nguyen 21cf322791 config: read (but not write) from $XDG_CONFIG_HOME/git/config file 13 years ago
Jeff King 9597921b6c move identity config parsing to ident.c 13 years ago
Jeff King 4c0a89fcde config: expand tildes in include.path variable 13 years ago
Jeff King 94a35b1aea config: reject bogus section names for --rename-section 13 years ago
Matthieu Moy b55e677522 push: introduce new push.default mode "simple" 13 years ago
Martin Stenberg 4b34059355 config: report errors at the EOL with correct line number 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King 4a7bb5ba95 config: eliminate config_exclusive_filename 13 years ago
Jeff King c9b5e2a57d config: provide a version of git_config with more options 13 years ago
Jeff King 42bd39b57f config: teach git_config_rename_section a file argument 13 years ago
Jeff King 0a5f575927 config: teach git_config_set_multivar_in_file a default path 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Ramsay Jones 05bab3ea28 config.c: Fix a static buffer overwrite bug by avoiding mkpath() 13 years ago
Nick Alcock ebaa1bd407 Support sizes >=2G in various config options accepting 'g' sizes. 13 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 14 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