Update comments

This commit is contained in:
Adam Wright
2016-02-15 20:12:37 -08:00
committed by Adam Wright
parent 403eba201b
commit 17d800b8a8
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,9 @@
# - TARPC_SKIP_RUSTFMT, default = 0
#
# Set this to 1 to skip running rustfmt
#
# Note that these options are most useful for testing the hooks themselves. Use git commit
# --no-verify to skip the pre-commit hook altogether.
RED='\033[0;31m'
GREEN='\033[0;32m'

View File

@@ -10,7 +10,7 @@
# to build and test the code on the appropriate toolchains. The working copy must not contain
# uncommitted changes, since the script currently just runs cargo build/test in the working copy.
#
# There are a few options that can be set by setting environment variables.
# Options:
#
# - TARPC_ALLOW_DIRTY, default = 0
#
@@ -22,6 +22,9 @@
#
# Setting this variable to 1 will just run cargo build and cargo test, rather than running
# stable/beta/nightly.
#
# Note that these options are most useful for testing the hooks themselves. Use git push --no-verify
# to skip the pre-push hook altogether.
#!/bin/sh