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 | |
| parent | Merge branch 'ls/makefile-cflags-developer-tweak' (diff) | |
| parent | templates/hooks: fix minor typo in the sample update-hook (diff) | |
| download | git-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.tar.gz git-2e55d300f2bc1f976a484c02d9db12a0d36f3f51.zip | |
Merge branch 'ma/update-hooks-sample-typofix'
* ma/update-hooks-sample-typofix:
templates/hooks: fix minor typo in the sample update-hook
| -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". |
