112 Commits (ab81411cede9e5fe52b416c4df835e19f1048426)

Author SHA1 Message Date
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
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 12 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
Pat Thoyts 3ba9ba8f34 Skip t1300.70 and 71 on msysGit. 15 years ago
Jonathan Nieder 79bf149061 config --get --path: check for unset $HOME 15 years ago
Alex Riesen 8b1fa77867 Allow passing of configuration parameters in the command line 15 years ago
Johan Herland 65807ee697 builtin-config: Fix crash when using "-f <relative path>" from non-root dir 15 years ago
Matthieu Moy 1349484e34 builtin-config: add --path option doing ~ and ~user expansion. 15 years ago
Björn Steinbrink ebdaae372b config: Keep inner whitespace verbatim 16 years ago
Alex Vandiver 9a5abfc737 After renaming a section, print any trailing variable definitions 16 years ago
Johannes Sixt 704a3143d5 Use prerequisite tags to skip tests that depend on symbolic links 16 years ago