Merge branch 'ma/update-hooks-sample-typofix' into maint

* ma/update-hooks-sample-typofix:
  templates/hooks: fix minor typo in the sample update-hook
This commit is contained in:
Junio C Hamano 2016-03-10 11:13:50 -08:00
commit 2e1e569d0e

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # Called by "git receive-pack" with arguments: refname sha1-old sha1-new
# #
# To enable this hook, rename this file to "update". # To enable this hook, rename this file to "update".