Non strict validation. Activate git add in pre-commit hook after astyle.
[anna.git] / scr / git / pre-commit.sh
index e9ded58..5d1a980 100755 (executable)
@@ -115,7 +115,7 @@ for file in $files; do
     x=`echo $file |grep -E '(\.cpp|\.hpp)'`
     if test "x$x" != "x"; then
         test_style $file
-        #git add $file
+        git add $file
     fi
 done