Mention the [user@] part in documentation of ssh:// urls.
[gitweb.git] / t / t4013-diff-various.sh
index 06837d1c7c053e9b4a97f120754fec22c50b2bd3..36658fb17df1c76c1550daa7282278a28fb4e5b1 100755 (executable)
@@ -70,7 +70,7 @@ test_expect_success setup '
        for i in 1 2; do echo $i; done >>dir/sub &&
        git update-index file0 dir/sub &&
 
-       EDITOR=: VISUAL=: git commit --amend &&
+       git commit --amend &&
        git show-branch
 '