#!/bin/sh
if [ "x$1" = "xlog" ]; then
  /usr/bin/git $@;
else
  echo $@
fi
