Re: [PATCH] [TopGit] Check for pre-commit hook existence.
From: Petr Baudis <hidden> Date: 2016-06-15 22:45:06
On Sun, Aug 03, 2008 at 10:14:01PM +0800, Russell Steicke wrote:
Running tg in a repo without an active pre-commit hook fails
saying
grep: .git/hooks/pre-commit: No such file or directory
cat: .git/hooks/pre-commit: No such file or directory
Even "tg help" does this! So add extra checks for existence
of the pre-commit hook.