![](/media/cache/profiles/5f55d0baa59f4bc1dc393149183f1492.jpg.50x50_q85.jpg)
Changes to enabled on-line compiler
platform/ezconnect/wnc14a2a-driver/.git/hooks/pre-applypatch.sample@0:082731ede69f, 2018-05-30 (annotated)
- Committer:
- JMF
- Date:
- Wed May 30 20:59:51 2018 +0000
- Revision:
- 0:082731ede69f
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JMF | 0:082731ede69f | 1 | #!/bin/sh |
JMF | 0:082731ede69f | 2 | # |
JMF | 0:082731ede69f | 3 | # An example hook script to verify what is about to be committed |
JMF | 0:082731ede69f | 4 | # by applypatch from an e-mail message. |
JMF | 0:082731ede69f | 5 | # |
JMF | 0:082731ede69f | 6 | # The hook should exit with non-zero status after issuing an |
JMF | 0:082731ede69f | 7 | # appropriate message if it wants to stop the commit. |
JMF | 0:082731ede69f | 8 | # |
JMF | 0:082731ede69f | 9 | # To enable this hook, rename this file to "pre-applypatch". |
JMF | 0:082731ede69f | 10 | |
JMF | 0:082731ede69f | 11 | . git-sh-setup |
JMF | 0:082731ede69f | 12 | test -x "$GIT_DIR/hooks/pre-commit" && |
JMF | 0:082731ede69f | 13 | exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"} |
JMF | 0:082731ede69f | 14 | : |