#!/bin/sh

ref=$(git symbolic-ref HEAD)
branch=${ref#refs/heads/}

git log origin/${branch}..${branch} $*
