80 Commits (3fe4498197ced84886b4adaddf18f1109b477f8e)

Author SHA1 Message Date
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 18 years ago
H.Merijn Brand 3175b0cfc1 the use of 'tr' in the test suite isn't really portable 18 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
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Alex Riesen 2b9a50208f Avoid perl in t1300-repo-config 18 years ago
Frank Lichtenheld db1696b8ab config: add support for --bool and --int while setting values 18 years ago
Frank Lichtenheld 2275d50211 config: Add --null/-z option for null-delimted output 18 years ago
Frank Lichtenheld b69ba460bb config: Change output of --get-regexp for valueless keys 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Frank Lichtenheld cab333cb6a t1300: Add tests for git-config --bool --get 18 years ago
Steffen Prohaska b18a2be37a git-config: test for 'do not forget "a.b.var" ends "a.var" section'. 18 years ago
Johannes Schindelin 5bd74506cd Get rid of the dependency to GNU diff in the tests 18 years ago
Paolo Bonzini 118f8b2413 git-config: document --rename-section, provide --remove-section 18 years ago