403 Commits (9d4a0692dcd528501ced5cfde64bd9af1b67d803)

Author SHA1 Message Date
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
Øystein Walle 9352fd5708 config: respect '~' and '~user' in mailmap.file 11 years ago
Jeff King ffb20ce125 strbuf: add strbuf_tolower function 11 years ago
Nguyễn Thái Ngọc Duy 84c9dc2c5a commit: allow core.commentChar=auto for character auto selection 11 years ago
Nguyễn Thái Ngọc Duy 50b54fd72a config: be strict on core.commentChar 11 years ago
Eric Wong daa22c6f8d config: preserve config file permissions on edits 11 years ago
Jeff King 06bdc23b7e config.c: mark die_bad_number as NORETURN 11 years ago
Kirill A. Shutemov 3caec73b55 config: teach "git config --file -" to read from the standard input 11 years ago
Kirill A. Shutemov c8985ce053 config: change git_config_with_options() interface 11 years ago
Jeff King d14d42440d config: disallow relative include paths from blobs 11 years ago
Jeff King 67beb60056 handle_path_include: don't look at NULL value 11 years ago
Thomas Rast 83786fa412 config: arbitrary number of matches for --unset and --replace-all 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ramsay Jones 0b4dc66169 config.c: mark file-local function static 11 years ago
Jeff King 0016024277 git-config: always treat --int as 64-bit internally 12 years ago