Imported Upstream version 2.9.2
[platform/upstream/git.git] / t / t7007-show.sh
index 1b824fe..42d3db6 100755 (executable)
@@ -124,4 +124,8 @@ test_expect_success '--quiet suppresses diff' '
        test_cmp expect actual
 '
 
+test_expect_success 'show --graph is forbidden' '
+  test_must_fail git show --graph HEAD
+'
+
 test_done