Merge branch 'jh/pre-push-sample-no-custom-ifs'

The sample pre-push hook used customized IFS=' ' for no good reason.

* jh/pre-push-sample-no-custom-ifs:
  pre-push.sample: remove unnecessary and misleading IFS=' '
maint
Junio C Hamano 2015-01-07 13:10:40 -08:00
commit 06a8bbb41d
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ url="$2"

z40=0000000000000000000000000000000000000000

IFS=' '
while read local_ref local_sha remote_ref remote_sha
do
if [ "$local_sha" = $z40 ]