]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Fix --about for signed-off-by hook.
authorAlexey Palazhchenko <alexey.palazhchenko@gmail.com>
Sun, 11 Dec 2011 15:23:36 +0000 (19:23 +0400)
committerAlexey Palazhchenko <alexey.palazhchenko@gmail.com>
Sun, 11 Dec 2011 15:23:36 +0000 (19:23 +0400)
git_hooks/commit-msg/signed-off-by

index 5dbafb4d18bd624e2d690d262e6876234c9e7c04..a1ba4e630d90b690d8263c14bcd42bfbec1399b5 100755 (executable)
@@ -36,13 +36,7 @@ function run_test
 
 case "${1}" in
     --about )
-        echo -n "Spell check the commit message using aspell which is: "
-        which aspell > /dev/null
-        if [ ! $? -eq 0 ] ; then
-            echo "not installed"
-        else
-            echo "installed"
-        fi
+        echo -n "Checks commit message for presence of Signed-off-by line."
         ;;
     * )
         run_test "$@"