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

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