Re: Submodule's .git file contains absolute path when created using 'git clone --recursive'

2016-05-05 Thread Loet Avramson
u, May 5, 2016 at 5:51 AM, Loet Avramson wrote: >> Hi, >> >> According to git-clone man page - running 'git clone --recursive' "...is >> equivalent to running 'git submodule update --init --recursive' immediately >> after the clone is fini

Submodule's .git file contains absolute path when created using 'git clone --recursive'

2016-05-05 Thread Loet Avramson
Hi, According to git-clone man page - running 'git clone --recursive' "...is equivalent to running 'git submodule update --init --recursive' immediately after the clone is finished...", though I found a little difference between the two regarding the submodule's .git file: 1. Running 'git clon