Git 2.23
[gitweb.git] / t / t8002-blame.sh
index c6347ad8fde4fec09d96269ef8de4bcdd3bea275..eea048e52ceb328fd5d97b17e996c8f821ae4abb 100755 (executable)
@@ -114,4 +114,12 @@ test_expect_success 'blame --abbrev=40 behaves like -l' '
        check_abbrev 39 --abbrev=40 ^HEAD
 '
 
+test_expect_success '--no-abbrev works like --abbrev=40' '
+       check_abbrev 40 --no-abbrev
+'
+
+test_expect_success '--exclude-promisor-objects does not BUG-crash' '
+       test_must_fail git blame --exclude-promisor-objects one
+'
+
 test_done