Sha256: e15c5b469ea3e0a695bea6f2c82bcf8e62821074939ddd85b77e0007ff165475

Contents?: true

Size: 424 Bytes

Versions: 209

Compression:

Stored size: 424 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, rename this file to "pre-applypatch".

. git-sh-setup
precommit="$(git rev-parse --git-path hooks/pre-commit)"
test -x "$precommit" && exec "$precommit" ${1+"$@"}
:

Version data entries

209 entries across 170 versions & 19 rubygems

Version Path
strongdm-4.5.1 ./.git/hooks/pre-applypatch.sample
strongdm-4.5.0 ./.git/hooks/pre-applypatch.sample
strongdm-4.4.2 ./.git/hooks/pre-applypatch.sample
strongdm-4.4.1 ./.git/hooks/pre-applypatch.sample
strongdm-4.4.0 ./.git/hooks/pre-applypatch.sample
strongdm-4.3.0 ./.git/hooks/pre-applypatch.sample
strongdm-4.2.0 ./.git/hooks/pre-applypatch.sample
strongdm-4.1.0 ./.git/hooks/pre-applypatch.sample
strongdm-4.0.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.19.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.18.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.17.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.16.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.15.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.14.2 ./.git/hooks/pre-applypatch.sample
jkan_odp-0.1.2 .git/hooks/pre-applypatch.sample
strongdm-3.14.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.13.0 ./.git/hooks/pre-applypatch.sample
strongdm-3.12.0 ./.git/hooks/pre-applypatch.sample
jkan_odp-0.1.0 .git/hooks/pre-applypatch.sample