Update the VCS docs

Also, update the git_hook auto-installer text.
Fixes #87 on BitBucket
This commit is contained in:
Ian Cordasco 2013-02-26 11:39:17 -05:00
parent ea1c29ca2e
commit 9844142528
2 changed files with 9 additions and 3 deletions

View file

@ -29,6 +29,9 @@ def git_hook(complexity=-1, strict=False, ignore=None, lazy=False):
if lazy:
gitcmd = gitcmd.replace('--cached ', '')
if hasattr(ignore, 'split'):
ignore = ignore.split(',')
_, files_modified, _ = run(gitcmd)
flake8_style = get_style_guide(