Re: Unable to de-init stubborn submodule

2018-01-11 Thread Stefan Beller
On Thu, Jan 11, 2018 at 6:12 AM, Ævar Arnfjörð Bjarmason wrote: > What if we wanted to drop sha1collisiondetection/ as a submodule and > replace it with a copy of what's now in sha1dc/? I ran into this with > another project, but here's a way to reproduce it on git.git: > > ( > rm -rf

Re: Unable to de-init stubborn submodule

2018-01-11 Thread Brandon Williams
On 01/11, Ævar Arnfjörð Bjarmason wrote: > What if we wanted to drop sha1collisiondetection/ as a submodule and > replace it with a copy of what's now in sha1dc/? I ran into this with > another project, but here's a way to reproduce it on git.git: > > ( > rm -rf /tmp/git && > g

Unable to de-init stubborn submodule

2018-01-11 Thread Ævar Arnfjörð Bjarmason
What if we wanted to drop sha1collisiondetection/ as a submodule and replace it with a copy of what's now in sha1dc/? I ran into this with another project, but here's a way to reproduce it on git.git: ( rm -rf /tmp/git && git clone g...@github.com:git/git.git /tmp/git c