Imported Upstream version 2.10.2
[platform/upstream/git.git] / t / t4013-diff-various.sh
index 6ec6072..94ef500 100755 (executable)
@@ -90,6 +90,8 @@ test_expect_success setup '
        git commit -m "Rearranged lines in dir/sub" &&
        git checkout master &&
 
+       git config diff.renames false &&
+
        git show-branch
 '