Sha256: fdf6faa27c3a3ff6d6010444a2327fa37b0cee000621f620ccd4298a6d935924

Contents?: true

Size: 441 Bytes

Versions: 84

Compression:

Stored size: 441 Bytes

Contents

#!/bin/sh
#
# An example hook script to check the commit log message taken 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.  The hook is
# allowed to edit the commit message file.
#
# To enable this hook, make this file executable.

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

Version data entries

84 entries across 51 versions & 13 rubygems

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