363 Commits (aba56c89b21ebe64f38c521c0962c45eb4d23749)

Author SHA1 Message Date
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 11 years ago
Michael Haggerty e831855ecc git_config_set_multivar_in_file(): avoid call to rollback_lock_file() 11 years ago
Jeff King c1063be2a3 config: avoid a funny sentinel value "a^" 11 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
Jeff King 2f666581bb config: make numeric parsing errors more clear 12 years ago
Jeff King 33fdd77e2b config: set errno in numeric git_parse_* functions 12 years ago
Jeff King 42d194e958 config: properly range-check integer values 12 years ago
Jeff King 7192777d22 config: factor out integer parsing from range checks 12 years ago
Jeff King 49d6cfa5c2 config: do not use C function names as struct members 12 years ago
Heiko Voigt b2dc09455a do not die when error in config parsing of buf occurs 12 years ago
Heiko Voigt 1bc888193e teach config --blob option to parse config from database 12 years ago
Heiko Voigt 4d8dd1494e config: make parsing stack struct independent from actual data source 12 years ago
Heiko Voigt dbb9a81255 config: drop cf validity check in get_next_char() 12 years ago
Heiko Voigt ca4b5de28b config: factor out config file stack management 12 years ago
Nguyễn Thái Ngọc Duy b12ca9631f core: use env variable instead of config var to turn on logging pack access 12 years ago
Junio C Hamano c1b5d738bf core.statinfo: remove as promised in Git 2.0 12 years ago
Junio C Hamano 6f4dd60d07 deprecate core.statinfo at Git 2.0 boundary 12 years ago
Jonathan Nieder 4698c8feb1 config: allow inaccessible configuration under $HOME 12 years ago
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