summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-26 21:37:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-26 21:37:28 (GMT)
commit2e55d300f2bc1f976a484c02d9db12a0d36f3f51 (patch)
tree93eb878eefff756f4d85dc120e6035588c7a8fa9 /templates
parent0f0dd370c84b4068bd80cbab30cb2ea67abedbe0 (diff)
parent9537f21b5568c74e59ba2bf17db966a906d60f9a (diff)
downloadgit-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.zip
git-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.tar.gz
git-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.tar.bz2
Merge branch 'ma/update-hooks-sample-typofix'
* ma/update-hooks-sample-typofix: templates/hooks: fix minor typo in the sample update-hook
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/hooks--update.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/hooks--update.sample b/templates/hooks--update.sample
index d847583..80ba941 100755
--- a/templates/hooks--update.sample
+++ b/templates/hooks--update.sample
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# An example hook script to blocks unannotated tags from entering.
+# An example hook script to block unannotated tags from entering.
# Called by "git receive-pack" with arguments: refname sha1-old sha1-new
#
# To enable this hook, rename this file to "update".