summaryrefslogtreecommitdiff
path: root/templates/hooks--pre-push.sample
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-09-03 13:58:16 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-09-03 13:58:16 -0700
commit0a41de8f81d8fa39fa17943cd1ed5e0274fef187 (patch)
tree6d2be015c4d25644a0313c2a375ff4a9374906a4 /templates/hooks--pre-push.sample
parentStart the post-1.8.4 cycle (diff)
parentMerge git://github.com/git-l10n/git-po into maint (diff)
downloadtgif-0a41de8f81d8fa39fa17943cd1ed5e0274fef187.tar.xz
Merge branch 'maint'
* maint: fix shell syntax error in template l10n: fr.po: hotfix for commit 6b388fc
Diffstat (limited to 'templates/hooks--pre-push.sample')
-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 15ab6d8e7e..1f3bcebfd7 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