diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:37:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:37:28 -0800 |
commit | 2e55d300f2bc1f976a484c02d9db12a0d36f3f51 (patch) | |
tree | 93eb878eefff756f4d85dc120e6035588c7a8fa9 /templates | |
parent | 0f0dd370c84b4068bd80cbab30cb2ea67abedbe0 (diff) | |
parent | 9537f21b5568c74e59ba2bf17db966a906d60f9a (diff) | |
download | git-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.tar.gz |
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-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". |