1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Pre push hook script

Add git_hook folder, and pre-push script,
to be soft linked from .git/hooks/pre-push
This commit is contained in:
Ron Eldor
2016-12-15 14:42:37 +02:00
committed by Simon Butcher
parent 6f262c4e3e
commit bf007d297d
3 changed files with 55 additions and 1 deletions

View File

@ -12,7 +12,7 @@
set -eu
if grep --version|head -n1|grep GNU >/dev/null; then :; else
echo "This script requires GNU grep."
echo "This script requires GNU grep.">&2
exit 1
fi