Imported Upstream version 2.18.3
[platform/upstream/git.git] / t / t6014-rev-list-all.sh
index 991ab4a..c9bedd2 100755 (executable)
@@ -35,4 +35,8 @@ test_expect_success 'repack does not lose detached HEAD' '
 
 '
 
+test_expect_success 'rev-list --graph --no-walk is forbidden' '
+       test_must_fail git rev-list --graph --no-walk HEAD
+'
+
 test_done