Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-27 00:37:28 +0300
committerJunio C Hamano <gitster@pobox.com>2016-02-27 00:37:28 +0300
commit2e55d300f2bc1f976a484c02d9db12a0d36f3f51 (patch)
tree93eb878eefff756f4d85dc120e6035588c7a8fa9 /templates
parent0f0dd370c84b4068bd80cbab30cb2ea67abedbe0 (diff)
parent9537f21b5568c74e59ba2bf17db966a906d60f9a (diff)
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 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".