Re: [RFCv3 PATCH 00/14] Checkout aware of Submodules!

2017-02-15 Thread Junio C Hamano
Stefan Beller writes: > Integrate updating the submodules into git checkout, with the same > safety promises that git-checkout has, i.e. not throw away data unless > asked to. This is done by first checking if the submodule is at the same > sha1 as it is recorded in the superproject. I've so far

Re: [RFCv3 PATCH 00/14] Checkout aware of Submodules!

2017-02-14 Thread brian m. carlson
On Tue, Feb 14, 2017 at 04:34:09PM -0800, Stefan Beller wrote: > Integrate updating the submodules into git checkout, with the same > safety promises that git-checkout has, i.e. not throw away data unless > asked to. This is done by first checking if the submodule is at the same > sha1 as it is rec

[RFCv3 PATCH 00/14] Checkout aware of Submodules!

2017-02-14 Thread Stefan Beller
previous work: https://public-inbox.org/git/20161203003022.29797-1-sbel...@google.com/ v3: * moved tests from t2013 to the generic submodule library. * factored out the refactoring patches to be up front * As I redid the complete implementation, I have the impression this time it is cleaner