X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tg-mail.sh;h=f5c0cf4313531aa60255e2de1fa2911e08b09ab5;hb=1b32026fa9eef956f091752230bd4a9806ffa1a9;hp=8d3b6320a11dfb945f2a70821ae7063a431dffff;hpb=d479474440713572d6d096271f3c60d82a6c9bad;p=topgit.git diff --git a/tg-mail.sh b/tg-mail.sh index 8d3b632..f5c0cf4 100644 --- a/tg-mail.sh +++ b/tg-mail.sh @@ -29,10 +29,6 @@ done base_rev="$(git rev-parse --short --verify "refs/top-bases/$name" 2>/dev/null)" || die "not a TopGit-controlled branch" -if ! git send-emmail --help >/dev/null 2>&1; then - die "git send-email command not available" -fi - if [ -n "$in_reply_to" ]; then send_email_args="$send_email_args --in-reply-to=$in_reply_to" fi