Sha256: fdf6faa27c3a3ff6d6010444a2327fa37b0cee000621f620ccd4298a6d935924
Contents?: true
Size: 441 Bytes
Versions: 84
Compression:
Stored size: 441 Bytes
Contents
#!/bin/sh # # An example hook script to check the commit log message taken 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. The hook is # allowed to edit the commit message file. # # To enable this hook, make this file executable. . git-sh-setup test -x "$GIT_DIR/hooks/commit-msg" && exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} :
Version data entries
84 entries across 51 versions & 13 rubygems