mariadb/BitKeeper/triggers/pre-commit

13 lines
231 B
Text
Raw Normal View History

2003-06-18 14:12:50 +02:00
#!/bin/sh
if [ "$REAL_EMAIL" = "" ]
then
echo "Error: you must set REAL_EMAIL in your profile"
echo "e.g.: export REAL_EMAIL='Joe Dow <joe@foo.bar>'"
echo ""
echo "Commit FAILED!"
echo "Set REAL_EMAIL and retry."
exit 1
fi