Browse Source

Merge branch 'maint-1.8.3' into maint

* maint-1.8.3:
  fix shell syntax error in template
maint
Junio C Hamano 12 years ago
parent
commit
8ed64dfe73
  1. 1
      templates/hooks--pre-push.sample

1
templates/hooks--pre-push.sample

@ -30,6 +30,7 @@ do @@ -30,6 +30,7 @@ do
if [ "$local_sha" = $z40 ]
then
# Handle delete
:
else
if [ "$remote_sha" = $z40 ]
then

Loading…
Cancel
Save