contrib/git-viz/git-diff-tree
author Martin Geisler <mg@lazybytes.net>
Sun, 13 Sep 2009 17:05:38 +0200
changeset 9444 2f7f6e43d52b
parent 406 d8abb687d501
permissions -rw-r--r--
doc/Makefile: do not create files in case of errors When stdout is redirected to the target file directly, the file is created as an empty file even when an error occurs. Since the file is there, 'make' wont try to re-create it in subsequent runs. This fix is similar to the one in a6747ba27d22, but it also takes care of rst2html and gendoc.py.

#!/bin/sh

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