contrib/git-viz/git-cat-file
author Adrian Buehlmann <adrian@cadifra.com>
Wed, 11 Jun 2008 13:51:57 +0200
changeset 6673 16d2d093d1dd
parent 406 d8abb687d501
permissions -rw-r--r--
update: improved help text Using the term "the repository's working directory" instead of just "working directory" to make it nearly impossible to confuse it with $PWD. Also, this new wording better conveys the fact that update applies to the working dir as a whole (no matter what the $PWD currently is).

#!/bin/sh

op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"