93 Commits (e837af61345344448346afef79d53a5ff95bb0b3)

Author SHA1 Message Date
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
Carlos Rica bf71b4b3ee config: test for --replace-all with one argument and fix documentation. 16 years ago
Jeff King 003f69b282 t1300: use test_must_fail as appropriate 16 years ago
Deskin Miller dc4179f9a7 maint: check return of split_cmdline to avoid bad config strings 17 years ago
Stephan Beyer d492b31caf t/: Use "test_must_fail git" instead of "! git" 17 years ago
Junio C Hamano 3af828634f tests: do not use implicit "git diff --no-index" 17 years ago
Junio C Hamano c35b0b5884 Fix git_config_bool_or_int 17 years ago
Jeff King e85fe4d85b more tr portability test script fixes 17 years ago
Christian Couder d8e87570c3 config: add test cases for empty value and no value config variables. 17 years ago
Frank Lichtenheld 7a31cc0f96 config: Fix --unset for continuation lines 17 years ago
Christian Couder 09bc098c2d config: add test cases for empty value and no value config variables. 17 years ago
Junio C Hamano 41ac414ea2 Sane use of test_expect_failure 17 years ago
Shawn O. Pearce c8deb5a146 Improve error messages when int/long cannot be parsed from config 17 years ago
H.Merijn Brand 3175b0cfc1 the use of 'tr' in the test suite isn't really portable 17 years ago
Alex Riesen 773a69fb09 Add a test for git-config --file 18 years ago
Junio C Hamano 65a5a21d02 Add test for symlinked configuration file updates. 18 years ago