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

* ma/update-hooks-sample-typofix:
  templates/hooks: fix minor typo in the sample update-hook
This commit is contained in:
Junio C Hamano 2016-02-26 13:37:28 -08:00
Родитель 0f0dd370c8 9537f21b55
Коммит 2e55d300f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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".