summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMartin Amdisen <martin.amdisen@praqma.com>2016-02-25 08:10:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-25 17:32:20 (GMT)
commit9537f21b5568c74e59ba2bf17db966a906d60f9a (patch)
treefa28e51c2eeb33a0da971ee5f458bef1903133ec /templates
parenta2558fb8e1e387b630312311e1d22c95663da5d0 (diff)
downloadgit-9537f21b5568c74e59ba2bf17db966a906d60f9a.zip
git-9537f21b5568c74e59ba2bf17db966a906d60f9a.tar.gz
git-9537f21b5568c74e59ba2bf17db966a906d60f9a.tar.bz2
templates/hooks: fix minor typo in the sample update-hook
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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".