summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-03 20:54:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-09-03 20:54:32 (GMT)
commit8ed64dfe7377971963182e9cfcd4b8da82337438 (patch)
treebbfdeb60226b3f415d15f567d3aac4ee06054abd /templates
parente230c568c4b9a991e3175e5f65171a566fd8e39c (diff)
parente5be297279e8ee8c503eb59da21ab17edc40e748 (diff)
downloadgit-8ed64dfe7377971963182e9cfcd4b8da82337438.zip
git-8ed64dfe7377971963182e9cfcd4b8da82337438.tar.gz
git-8ed64dfe7377971963182e9cfcd4b8da82337438.tar.bz2
Merge branch 'maint-1.8.3' into maint
* maint-1.8.3: fix shell syntax error in template
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/hooks--pre-push.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/hooks--pre-push.sample b/templates/hooks--pre-push.sample
index 15ab6d8..1f3bceb 100755
--- a/templates/hooks--pre-push.sample
+++ b/templates/hooks--pre-push.sample
@@ -30,6 +30,7 @@ do
if [ "$local_sha" = $z40 ]
then
# Handle delete
+ :
else
if [ "$remote_sha" = $z40 ]
then