#!/usr/bin/env bash
## List local commits.
## Source: git-extras

git log @{upstream}..@ $*
