68 Commits (e63f87a6f7a4e55f50e67b112f26d9a1e4e7f3ab)

Author SHA1 Message Date
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 13 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 14 years ago
Pat Thoyts 3ba9ba8f34 Skip t1300.70 and 71 on msysGit. 14 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
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
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Jakub Narebski 83cd10a056 t/t1300-repo-config.sh: value continued on next line 18 years ago
Johannes Schindelin 6f71686e0b config_set_multivar(): disallow newlines in keys 18 years ago
Brian Gernhardt cdd4fb15cf Auto-quote config values in config.c:store_write_pair() 18 years ago
Shawn O. Pearce d77a64d353 Teach Git how to parse standard power of 2 suffixes. 18 years ago
Johannes Schindelin 0667fcfb62 add a function to rename sections in the config 18 years ago
Brian Gernhardt 89c4afe0d0 Add --add option to git-repo-config 18 years ago
Johannes Schindelin 9c3796fc04 Fix setting config variables with an alternative GIT_CONFIG 19 years ago