From: Martin Amdisen Date: Thu, 25 Feb 2016 08:10:12 +0000 (+0100) Subject: templates/hooks: fix minor typo in the sample update-hook X-Git-Tag: v2.7.3~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9537f21b5568c74e59ba2bf17db966a906d60f9a;p=git templates/hooks: fix minor typo in the sample update-hook Signed-off-by: Martin Mosegaard Amdisen Signed-off-by: Junio C Hamano --- 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".