123r
Dependencies: WNC14A2AInterface
atmel-rf-driver/.git/hooks/applypatch-msg.sample@4:daf182af022b, 2017-04-19 (annotated)
- Committer:
- JMF
- Date:
- Wed Apr 19 20:58:54 2017 +0000
- Revision:
- 4:daf182af022b
- Parent:
- 0:2563b0415d1f
json file changes;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JMF | 0:2563b0415d1f | 1 | #!/bin/sh |
JMF | 0:2563b0415d1f | 2 | # |
JMF | 0:2563b0415d1f | 3 | # An example hook script to check the commit log message taken by |
JMF | 0:2563b0415d1f | 4 | # applypatch from an e-mail message. |
JMF | 0:2563b0415d1f | 5 | # |
JMF | 0:2563b0415d1f | 6 | # The hook should exit with non-zero status after issuing an |
JMF | 0:2563b0415d1f | 7 | # appropriate message if it wants to stop the commit. The hook is |
JMF | 0:2563b0415d1f | 8 | # allowed to edit the commit message file. |
JMF | 0:2563b0415d1f | 9 | # |
JMF | 0:2563b0415d1f | 10 | # To enable this hook, rename this file to "applypatch-msg". |
JMF | 0:2563b0415d1f | 11 | |
JMF | 0:2563b0415d1f | 12 | . git-sh-setup |
JMF | 0:2563b0415d1f | 13 | test -x "$GIT_DIR/hooks/commit-msg" && |
JMF | 0:2563b0415d1f | 14 | exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} |
JMF | 0:2563b0415d1f | 15 | : |