diff options
author | Martin Amdisen <martin.amdisen@praqma.com> | 2016-02-25 09:10:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-25 09:32:20 -0800 |
commit | 9537f21b5568c74e59ba2bf17db966a906d60f9a (patch) | |
tree | fa28e51c2eeb33a0da971ee5f458bef1903133ec /templates | |
parent | a2558fb8e1e387b630312311e1d22c95663da5d0 (diff) | |
download | git-9537f21b5568c74e59ba2bf17db966a906d60f9a.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>
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/hooks--update.sample | 2 |
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". |