Artifact 86b9655a9ebbde13ac8dd5795eb4d5b539edab0f:
- Executable file vimium/.git/hooks/applypatch-msg.sample — part of check-in [a22b167b68] at 2013-07-08 05:05:27 on branch trunk — - import current checkout of vimium from git, with my custom patches and Makefile separated from the upstream project (user: beyert size: 452)
#!/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, rename this file to "applypatch-msg". . git-sh-setup test -x "$GIT_DIR/hooks/commit-msg" && exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} :