Re: Bug with git-submodule and IFS

2012-08-08 Thread Junio C Hamano
Andrew Dranse writes: > Hi there, > > I ran into an interesting bug with git submodules today. It > appears that if your IFS is not set to what git-submodule expects > it to be (i.e. the standard IFS), it will break in a fun way. > > Example: > > $ git init > Initialized empty Git repository in

Bug with git-submodule and IFS

2012-08-08 Thread Andrew Dranse
Hi there, I ran into an interesting bug with git submodules today. It appears that if your IFS is not set to what git-submodule expects it to be (i.e. the standard IFS), it will break in a fun way. Example: $ git init Initialized empty Git repository in /home/adranse/test/.git/ $ git submodul