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

1  2 
git-sh-setup.sh
diff --cc git-sh-setup.sh
Simple merge