summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Amdisen <martin.amdisen@praqma.com>2016-02-25 09:10:12 +0100
committerJunio C Hamano <gitster@pobox.com>2016-02-25 09:32:20 -0800
commit9537f21b5568c74e59ba2bf17db966a906d60f9a (patch)
treefa28e51c2eeb33a0da971ee5f458bef1903133ec
parenta2558fb8e1e387b630312311e1d22c95663da5d0 (diff)
downloadgit-ma/update-hooks-sample-typofix.tar.gz
templates/hooks: fix minor typo in the sample update-hookma/update-hooks-sample-typofix
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 d84758373d..80ba94135c 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".