#!/bin/sh test_description='git blame' . ./test-lib.sh PROG='git blame -c' . "$TEST_DIRECTORY"/annotate-tests.sh PROG='git blame -c -e' test_expect_success 'blame --show-email' ' check_count \ "" 1 \ "" 1 \ "" 1 \ "" 1 \ "" 1 \ "" 1 \ "" 1 \ "" 1 ' test_done