ente/mobile/hooks/pre-commit
2024-03-01 12:25:37 +05:30

10 lines
200 B
Bash
Executable file

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