Re: Paper cut bug: Why isn't "git clone xxxx" recursive by default?

2014-06-03 Thread Mara Kim
years from now :P On Tue, Jun 3, 2014 at 4:05 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Mara Kim writes: >> >>> Apologies if this question has been asked already, but what is the >>> reasoning behind making git clone not recursive (--recursive) by &

Paper cut bug: Why isn't "git clone xxxx" recursive by default?

2014-06-03 Thread Mara Kim
rsive clones, etc. could still be served with a simple option. I guess there are problems with changes in submodules being overwritten, so I suppose there would need to be additional warnings or even just refusal to pull into dirty directories, similar to the way git behaves in a regular repo