contrib/git-viz/git-cat-file
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 10 Mar 2006 22:24:19 -0800
changeset 1880 05c7d75be925
parent 406 d8abb687d501
permissions -rw-r--r--
fix broken environment save/restore when a hook runs. move "run commend with different env/cwd" code out to function in util. new function is called esystem.

#!/bin/sh

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