diff --git a/pre-push b/pre-push index d268b06..052609f 100755 --- a/pre-push +++ b/pre-push @@ -18,6 +18,6 @@ pusher="$(git log | grep -m1 "Author: ")" pusher="${pusher#Author: }" pusher="${pusher% <*@*.*>}" -toot post --quiet -v public -p "$project" -t "text/markdown" "$pusher pushed changes to the $branch branch of the [$project project]($url) -$commit" +toot post -v public -p "$project" -t "text/markdown" "$pusher pushed changes to the $branch branch of the [$project project]($url) +$commit" &> /dev/null exit 0