Re: [PATCH 2/2] [submodule] Replace perl-code with sh

2013-06-12 Thread Junio C Hamano
Fredrik Gustafsson writes: > This is a work built on > http://thread.gmane.org/gmane.comp.version-control.git/198873/focus=198930 > > Basically git-submodule.sh needs to use something else than sh to handle > newline in filenames (and therefore needs to use a language that accepts > \0 in strings

[PATCH 2/2] [submodule] Replace perl-code with sh

2013-06-11 Thread Fredrik Gustafsson
This is a work built on http://thread.gmane.org/gmane.comp.version-control.git/198873/focus=198930 Basically git-submodule.sh needs to use something else than sh to handle newline in filenames (and therefore needs to use a language that accepts \0 in strings). However, since we're not there yet.