Skip to content

Commit

Permalink
Merge branch 'maint-1.8.3' into maint
Browse files Browse the repository at this point in the history
* maint-1.8.3:
  fix shell syntax error in template
  • Loading branch information
gitster committed Sep 3, 2013
2 parents e230c56 + e5be297 commit 8ed64df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/hooks--pre-push.sample
Original file line number Diff line number Diff line change
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 8ed64df

Please sign in to comment.