Sha256: 0eac21bb022d8502b0ba8526df9ccdbabc4294548ddd2c2929fe5d86c9ddb81b

Contents?: true

Size: 202 Bytes

Versions: 30

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

30 entries across 30 versions & 1 rubygems

Version Path
modulesync-0.9.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.8.2 contrib/openstack-commit-msg-hook.sh
modulesync-0.8.1 contrib/openstack-commit-msg-hook.sh
modulesync-0.8.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.7.2 contrib/openstack-commit-msg-hook.sh
modulesync-0.6.1 contrib/openstack-commit-msg-hook.sh
modulesync-0.6.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.5.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.4.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.3.0 contrib/openstack-commit-msg-hook.sh