Sha256: 0eac21bb022d8502b0ba8526df9ccdbabc4294548ddd2c2929fe5d86c9ddb81b
Contents?: true
Size: 202 Bytes
Versions: 29
Compression:
Stored size: 202 Bytes
Contents
#!/bin/sh commit_msg_path=$1/.git/hooks/commit-msg if [ ! -f $commit_msg_path ]; then curl -s -Lo $commit_msg_path http://review.openstack.org/tools/hooks/commit-msg chmod 775 $commit_msg_path fi
Version data entries
29 entries across 29 versions & 1 rubygems