Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
templates/hooks: fix minor typo in the sample update-hook
author
Martin Amdisen
<martin.amdisen@praqma.com>
Thu, 25 Feb 2016 08:10:12 +0000
(09:10 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 25 Feb 2016 17:32:20 +0000
(09:32 -0800)
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/hooks--update.sample
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
a2558fb
)
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".