Skip to content

Commit 2e1e569

Browse files
committed
Merge branch 'ma/update-hooks-sample-typofix' into maint
* ma/update-hooks-sample-typofix: templates/hooks: fix minor typo in the sample update-hook
2 parents 3e6e43e + 9537f21 commit 2e1e569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hooks--update.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# An example hook script to blocks unannotated tags from entering.
3+
# An example hook script to block unannotated tags from entering.
44
# Called by "git receive-pack" with arguments: refname sha1-old sha1-new
55
#
66
# To enable this hook, rename this file to "update".

0 commit comments

Comments
 (0)