Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ma/update-hooks-sample-typofix'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 26 Feb 2016 21:37:28 +0000
(13:37 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 26 Feb 2016 21:37:28 +0000
(13:37 -0800)
* ma/update-hooks-sample-typofix:
templates/hooks: fix minor typo in the sample update-hook
templates/hooks--update.sample
patch
|
blob
|
history
raw
(from parent 1:
0f0dd37
)
diff --git
a/templates/hooks--update.sample
b/templates/hooks--update.sample
index d84758373da1d3121ec907435ae5d598c5c14b26..80ba94135cc378364af9d3cb2450df48e51faf2c 100755
(executable)
--- a/
templates/hooks--update.sample
+++ b/
templates/hooks--update.sample
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# An example hook script to block
s
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".