[pitivi] pre-commit: Mention our git-pylint-commit-hook fork



commit 8fa3a82406ff3008caed020e4cfcf2fc7757343d
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Mon May 30 16:17:28 2016 +0200

    pre-commit: Mention our git-pylint-commit-hook fork
    
    Differential Revision: https://phabricator.freedesktop.org/D1047

 pre-commit.hook |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pre-commit.hook b/pre-commit.hook
index afcf34d..5dcd46f 100755
--- a/pre-commit.hook
+++ b/pre-commit.hook
@@ -81,6 +81,8 @@ git-pylint-commit-hook --help |grep ignore > /dev/null 2>&1
 
 if [ $? -ne 0 ]; then
   echo "Your git-pylint-commit-hook version can't ignore files that have not been fixed yet"
+  echo "Use instead our fork:"
+  echo "    $ pip install git+git://github.com/thiblahute/git-pylint-commit-hook.git"
   echo ""
 elif [ -z $PYLINT ]; then
   IGNORE_ARGS=''


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]