Sha256: deeb99cf1da1dd78a8d31996701ce6b25cbcbb2af4dc0c3aa6c55b50d8e8a4a9

Contents?: true

Size: 387 Bytes

Versions: 84

Compression:

Stored size: 387 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, make this file executable.

. git-sh-setup
test -x "$GIT_DIR/hooks/pre-commit" &&
	exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"}
:

Version data entries

84 entries across 51 versions & 13 rubygems

Version Path
FotoVerite-fotoverite-babygitter-1.0.0 spec/dot_git/hooks/pre-applypatch
kubicek-grit-1.0.3 test/dot_git/hooks/pre-applypatch
titanous-git-1.1.0 tests/files/working.git/hooks/pre-applypatch
titanous-git-1.1.0 tests/files/working/dot_git/hooks/pre-applypatch
redcar-dev-0.12.1dev-java plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-dev-0.12.0dev-java plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.11 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.11.0dev plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.10 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.9.2 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.9.1 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.9.0 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
madrox-0.2.0 vendor/grit/test/dot_git/hooks/pre-applypatch
madrox-0.2.0 vendor/grit/test/dot_git_clone/hooks/pre-applypatch
madrox-0.2.0 vendor/grit/test/dot_git_clone2/hooks/pre-applypatch
redcar-0.8.1 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
redcar-0.8 plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch
madrox-0.1.1 vendor/grit/test/dot_git_clone2/hooks/pre-applypatch
madrox-0.1.1 vendor/grit/test/dot_git_clone/hooks/pre-applypatch
madrox-0.1.1 vendor/grit/test/dot_git/hooks/pre-applypatch