#!/bin/sh
set -e
test $# -ne 0 || set -- '@{u}'
exec git format-patch --stdout "$@" | pastebinit -f diff -i -
