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-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
strongdm-11.8.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.7.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.6.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.5.1 ./.git/hooks/pre-applypatch.sample
strongdm-11.5.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.4.0 ./.git/hooks/pre-applypatch.sample
strongdm-11.3.0 ./.git/hooks/pre-applypatch.sample
loggable_activity-0.5.7 git-org/hooks/pre-applypatch.sample