compat-drivers: allow git-paranoia to work on current directory
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Dec 2012 21:27:20 +0000 (13:27 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Dec 2012 21:28:07 +0000 (13:28 -0800)
commitc5da34ebfd377b560416baf4561c17a2244e11dc
tree9633f1b32b0cd82abdee0f6f84b4c499dfe541a7
parentd5bcadc081d89b3944756361ae90a4bca8fc63af
compat-drivers: allow git-paranoia to work on current directory

This allows you to run git-paranoia on your current directory.
It will return 0 if everything is squeeky clean. This is useful
if for example you want to run a cronjob to update git trees but
never update them if you have any deltas in place of any kind.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/git-paranoia