X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-mail.sh;h=f5c0cf4313531aa60255e2de1fa2911e08b09ab5;hp=4a684644a3977d0c2174e7aa7a8f7f5eeed97031;hb=fb1f5d8decc74bf60a3075ec92908d60e6b3402b;hpb=ba38e22d0e2c039c086c2d446304fa55c091ef1f diff --git a/tg-mail.sh b/tg-mail.sh index 4a68464..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-email --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