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

Version Path
modulesync-3.2.0 contrib/openstack-commit-msg-hook.sh
modulesync-3.1.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.7.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.6.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.5.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.4.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.3.1 contrib/openstack-commit-msg-hook.sh
modulesync-2.3.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.2.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.1.1 contrib/openstack-commit-msg-hook.sh
modulesync-2.1.0 contrib/openstack-commit-msg-hook.sh
modulesync-2.0.2 contrib/openstack-commit-msg-hook.sh
modulesync-2.0.1 contrib/openstack-commit-msg-hook.sh
modulesync-2.0.0 contrib/openstack-commit-msg-hook.sh
modulesync-1.3.0 contrib/openstack-commit-msg-hook.sh
modulesync-1.2.0 contrib/openstack-commit-msg-hook.sh
modulesync-1.1.0 contrib/openstack-commit-msg-hook.sh
modulesync-1.0.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.10.0 contrib/openstack-commit-msg-hook.sh
modulesync-0.9.0 contrib/openstack-commit-msg-hook.sh