1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-07-01 08:33:19 +02:00

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>
This commit is contained in:
Martin Amdisen 2016-02-25 09:10:12 +01:00 committed by Junio C Hamano
parent a2558fb8e1
commit 9537f21b55

View File

@ -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".