#!/bin/sh
branch=`git branch | grep '^\* ' | colrm 1 2`

git diff "$branch" | diffstat
