Merge branch 'jc/maint-protect-sh-from-ifs' into maint-1.7.11
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:25:45 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:25:45 +0000 (15:25 -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