123 Commits (3ea6b85a871aa41eaa66a2919451ad12d492c355)

Author SHA1 Message Date
Jeff King 25cd291963 config: complain about --local outside of a git repo 8 years ago
Jeff King 588a538ae5 setup_git_env: convert die("BUG") to BUG() 8 years ago
Junio C Hamano 1274a155af config: use git_config_parse_key() in git_config_parse_parameter() 8 years ago
Patrick Steinhardt a272b9e70a urlmatch: allow globbing for the URL host part 8 years ago
Patrick Steinhardt af99049ca9 urlmatch: include host in urlmatch ranking 8 years ago
Vasco Almeida 1edbaac3bb tests: use test_i18n* functions to suppress false positives 9 years ago
Jeff King d1f884986d git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS 9 years ago
Johannes Schindelin 45bf32971c t1300: fix the new --show-origin tests on Windows 9 years ago
Johannes Schindelin 2ec20212c5 t1300-repo-config: make it resilient to being run via 'sh -x' 9 years ago
John Keeping 27b30be686 config: fail if --get-urlmatch finds no value 9 years ago
Lars Schneider 70bd879ab6 config: add '--show-origin' option to print the origin of a config value 9 years ago
Lars Schneider 473166b990 config: add 'origin_type' to config_source struct 9 years ago
Lars Schneider a0578e0382 t: do not hide Git's exit code in tests using 'nul_to_q' 9 years ago
SZEDER Gábor 578625fa91 config: add '--name-only' option to list only variable names 10 years ago
Jeff King 60687de5ba t: fix moderate &&-chain breakage 10 years ago
Jeff King 8fb268720e t: fix severe &&-chain breakage 10 years ago
Junio C Hamano a789ca70e7 config: teach "git -c" to recognize an empty string 11 years ago
Junio C Hamano f57a8715bc test prerequisites: eradicate NOT_FOO 11 years ago
Eric Wong daa22c6f8d config: preserve config file permissions on edits 11 years ago
Jeff King f7e8714101 t: prefer "git config --file" to GIT_CONFIG 11 years ago
Jeff King 551a3e60d1 t: prefer "git config --file" to GIT_CONFIG with test_must_fail 11 years ago
David Tran 512477b175 tests: use "env" to run commands with temporary env-var settings 11 years ago
Kirill A. Shutemov 3caec73b55 config: teach "git config --file -" to read from the standard input 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
Junio C Hamano d4770964d5 config: "git config --get-urlmatch" parses section.<url>.key 12 years ago
Jeff King 53ca053b30 t1300: document some aesthetic failures of the config editor 12 years ago
Carlos Martín Nieto 962c38eedd config: don't segfault when given --path with a missing value 13 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 13 years ago
Jeff King cb20b69166 t1300: test "git config --get-all" more thoroughly 13 years ago
Jeff King 65ff530134 t1300: remove redundant test 13 years ago
Jeff King ed838e6615 t1300: style updates 13 years ago
Jiang Xin 9a0013819e Fix tests under GETTEXT_POISON on parseopt 13 years ago
Jeff King 94a35b1aea config: reject bogus section names for --rename-section 13 years ago
Martin Stenberg 4b34059355 config: report errors at the EOL with correct line number 13 years ago
Jeff King 270a34438b config: stop using config_exclusive_filename 13 years ago
Jeff King 27370b1170 t1300: add missing &&-chaining 13 years ago
Ramkumar Ramachandra 02380389c6 test: fix '&&' chaining 13 years ago
Johannes Sixt 795290e528 t1300: attempting to remove a non-existent .git/config is not an error 14 years ago
Jeff King 88d42af893 t1300: test mixed-case variable retrieval 14 years ago
Jeff King 5a953fc5d1 t1300: put git invocations inside test function 14 years ago
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 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
Junio C Hamano 73546c085d handle_options(): do not miscount how many arguments were used 14 years ago
Jeff King 06eb708f33 config: always parse GIT_CONFIG_PARAMETERS during git_config 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
Jeff King 1f2baa78c6 config: treat non-existent config files as empty 15 years ago