423 Commits (728af2832c3e58222965521682414adb9a80932b)

Author SHA1 Message Date
Jeff King 1cae428e29 git_config_set_multivar_in_file: handle "unset" errors 9 years ago
Jeff King 9c14bb08a4 git_config_set_multivar_in_file: all non-zero returns are errors 9 years ago
Jeff King 8c3ca351cb config: lower-case first word of error strings 9 years ago
Jeff King d1f884986d git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS 9 years ago
Jeff King 801818680a config: drop git_config_early 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Lars Schneider 473166b990 config: add 'origin_type' to config_source struct 9 years ago
Lars Schneider 7454ee3c62 rename git_config_from_buf to git_config_from_mem 9 years ago
Patrick Steinhardt b4c8aba659 config: introduce set_or_die wrappers 9 years ago
Christian Couder dae6c322fa test-dump-untracked-cache: don't modify the untracked cache 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago
SZEDER Gábor 08a3651fe7 Make error message after failing commit_lock_file() less confusing 9 years ago
Jeff King 9e9de18f1a config: silence warnings for command names with invalid keys 10 years ago
Dave Borowitz 9a549d4397 config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_bool 10 years ago
Sven Strickroth 54d160ec0d config: close config file handle in case of error 10 years ago
Michael Haggerty b4fb09e4da lockfile: add accessor get_lock_file_path() 10 years ago
Karsten Blees 7a64592cf8 config.c: fix writing config files on Windows network shares 10 years ago
Jeff King 0e8771f198 config.c: rewrite ENODEV into EISDIR when mmap fails 10 years ago
Jeff King 1570856b51 config.c: avoid xmmap error messages 10 years ago
Jeff King 3a1b3126ed config.c: fix mmap leak when writing config 10 years ago
Paul Tan 509adc3352 git-config: replace use of home_config_paths() 10 years ago
Junio C Hamano 599446dc32 config: use utf8_bom[] from utf.[ch] in git_parse_source() 10 years ago
Jeff King 260d408e32 config: use getc_unlocked when reading from file 10 years ago
Jeff King 1d0655c15e config_buf_ungetc: warn when pushing back a random character 10 years ago
Jeff King 5e0be134d3 config: do not ungetc EOF 10 years ago
Jeff King 8c53f0719b use xstrdup_or_null to replace ternary conditionals 10 years ago
Johannes Schindelin 2b4c6efc82 read-cache: optionally disallow NTFS .git variants 10 years ago
Jeff King a42643aa8d read-cache: optionally disallow HFS+ .git variants 10 years ago
René Scharfe 83915ba521 use labs() for variables of type long instead of abs() 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 10 years ago
Michael Haggerty e831855ecc git_config_set_multivar_in_file(): avoid call to rollback_lock_file() 10 years ago
Jeff King c1063be2a3 config: avoid a funny sentinel value "a^" 10 years ago
René Scharfe 37007c3a87 config: simplify git_config_include() 11 years ago
Steffen Prohaska 23b0c4782e config.c: add git_env_ulong() to parse environment variable 11 years ago
Tanay Abhra c8466645ed make config --add behave correctly for empty and NULL values 11 years ago
Tanay Abhra 155ef25f12 rewrite git_config() to use the config-set API 11 years ago
Tanay Abhra 5a80e97c82 config: add `git_die_config()` to the config-set API 11 years ago
Tanay Abhra aace438502 change `git_config()` return value to void 11 years ago
Tanay Abhra 3df8fd625f add line number and file name info to `config_set` 11 years ago
Matthieu Moy b3b3f60bb6 config.c: fix accuracy of line number in errors 11 years ago
Matthieu Moy 8262aaa283 config.c: mark error and warnings strings for translation 11 years ago
Junio C Hamano a789ca70e7 config: teach "git -c" to recognize an empty string 11 years ago
Tanay Abhra 3c8687a73e add `config_set` API for caching config-like files 11 years ago
Jeff King 649409b7bc fix memory leak parsing core.commentchar 11 years ago
Karsten Blees 2569d23915 config: use chmod() instead of fchmod() 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Brian Gesiak f1064f6bc8 config.c: rearrange xcalloc arguments 11 years ago