Sha256: e15c5b469ea3e0a695bea6f2c82bcf8e62821074939ddd85b77e0007ff165475

Contents?: true

Size: 424 Bytes

Versions: 217

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

217 entries across 178 versions & 19 rubygems

Version Path
strongdm-12.4.0 ./.git/hooks/pre-applypatch.sample
strongdm-12.2.0 ./.git/hooks/pre-applypatch.sample
strongdm-12.1.0 ./.git/hooks/pre-applypatch.sample
strongdm-12.0.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.23.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.22.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.21.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.20.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.18.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.17.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.16.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.15.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.14.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.13.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.12.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.11.2 ./.git/hooks/pre-applypatch.sample
strongdm-11.11.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.10.1 ./.git/hooks/pre-applypatch.sample
strongdm-11.10.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.9.0 ./.git/hooks/pre-applypatch.sample