Skip to content
Snippets Groups Projects
Commit 2e55d300 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

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

* ma/update-hooks-sample-typofix:
  templates/hooks: fix minor typo in the sample update-hook
parents 0f0dd370 9537f21b
No related branches found
No related tags found
No related merge requests found
#!/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".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment