Merge branch 'jc/maint-protect-sh-from-ifs'
commit72c4dbec2c782fd1f25694352c611374b3e56fe8
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2012 21:49:45 +0000 (29 14:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2012 21:49:45 +0000 (29 14:49 -0700)
treec0ce31e97ae40b3f1127bec50133df5dfdd10b93
parentb49203ba02aab745024ed2558e3448bc946ba029
parent785063e02bb249ef3a39db88575fe626b310d4a7
Merge branch 'jc/maint-protect-sh-from-ifs'

When the user exports a non-default IFS without HT, scripts that
rely on being able to parse "ls-files -s | while read a b c..."
start to fail.  Protect them from such a misconfiguration.

* jc/maint-protect-sh-from-ifs:
  sh-setup: protect from exported IFS
git-sh-setup.sh