summaryrefslogtreecommitdiffstats
path: root/hooks/pre-commit
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-10-21 05:35:47 +0200
committerGitHub <noreply@github.com>2016-10-21 05:35:47 +0200
commit8b367777319b4fc14c7a9af6b91e07702cbb8742 (patch)
treefa2cf9ff34820635fcea6a48679547f40c58bd17 /hooks/pre-commit
parentMerge pull request #2024 from JamePeng/update-boss-code (diff)
parentFix typos (diff)
downloadyuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.gz
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.bz2
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.lz
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.xz
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.zst
yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.zip
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-xhooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 6dd281c4a..ec2b5b77e 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -10,7 +10,7 @@ if ! git diff --cached --check -- $paths_to_check ; then
cat<<END
Error: This commit would contain trailing spaces or tabs, which is against this repo's policy.
-Please correct those issues before commiting. (Use 'git diff --check' for more details)
+Please correct those issues before committing. (Use 'git diff --check' for more details)
If you know what you are doing, you can try 'git commit --no-verify' to bypass the check
END
exit 1