Sha256: deeb99cf1da1dd78a8d31996701ce6b25cbcbb2af4dc0c3aa6c55b50d8e8a4a9
Contents?: true
Size: 387 Bytes
Versions: 84
Compression:
Stored size: 387 Bytes
Contents
#!/bin/sh # # An example hook script to verify what is about to be committed # by applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. # # To enable this hook, make this file executable. . git-sh-setup test -x "$GIT_DIR/hooks/pre-commit" && exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"} :
Version data entries
84 entries across 51 versions & 13 rubygems