contrib/git-viz/git-rev-list
author Matt Mackall <mpm@selenic.com>
Thu, 03 May 2007 17:24:43 -0500
changeset 4397 9fe267f77f56
parent 406 d8abb687d501
permissions -rw-r--r--
merge: fix a bug detecting directory moves When all the files in a directory are moved, it may be incorrectly marked as moved even if it contains subdirectories.

#!/bin/sh

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