diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-10 11:13:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-10 11:13:50 -0800 |
commit | 2e1e569d0ef7507354c57d9b2be4b0f44241a1d4 (patch) | |
tree | 62a71c22763480885857992d0af40741cf8c3ab1 /templates | |
parent | 3e6e43e1308d2513864485391df337e156d4b12f (diff) | |
parent | 9537f21b5568c74e59ba2bf17db966a906d60f9a (diff) | |
download | git-2e1e569d0ef7507354c57d9b2be4b0f44241a1d4.tar.gz |
Merge branch 'ma/update-hooks-sample-typofix' into maint
* 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". |