Skip to content

Commit

Permalink
Merge branch 'maint-1.8.2' into maint-1.8.3
Browse files Browse the repository at this point in the history
* maint-1.8.2:
  fix shell syntax error in template
  • Loading branch information
gitster committed Sep 3, 2013
2 parents a3bc3d0 + 6897a64 commit e5be297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/hooks--pre-push.sample
Expand Up @@ -30,6 +30,7 @@ do
if [ "$local_sha" = $z40 ]
then
# Handle delete
:
else
if [ "$remote_sha" = $z40 ]
then
Expand Down

0 comments on commit e5be297

Please sign in to comment.