ente/hooks/pre-commit

10 lines
200 B
Plaintext
Raw Normal View History

#!/bin/sh
# This git hook fails if a user is trying to add a new file which is
# not null safe.
2023-06-16 07:03:02 +00:00
exec ./hooks/pre-commit-fdroid
# If the script gets to this point, all files passed the check
exit 0