RE: [PATCH 6/6] rm: add absorb a submodules git dir before deletion

2016-12-13 Thread David Turner
> -Original Message- > From: Stefan Beller [mailto:sbel...@google.com] > Sent: Monday, December 12, 2016 8:41 PM > To: gits...@pobox.com > Cc: git@vger.kernel.org; David Turner; bmw...@google.com; Stefan Beller > Subject: [PATCH 6/6] rm: add absorb a submodules git dir before deletion > >

Re: [PATCH 6/6] rm: add absorb a submodules git dir before deletion

2016-12-13 Thread Stefan Beller
On Mon, Dec 12, 2016 at 7:28 PM, brian m. carlson wrote: > On Mon, Dec 12, 2016 at 05:40:55PM -0800, Stefan Beller wrote: >> When deleting a submodule we need to keep the actual git directory around, >> such that we do not lose local changes in there and at a later checkout >> of the submodule we

Re: [PATCH 6/6] rm: add absorb a submodules git dir before deletion

2016-12-12 Thread brian m. carlson
On Mon, Dec 12, 2016 at 05:40:55PM -0800, Stefan Beller wrote: > When deleting a submodule we need to keep the actual git directory around, > such that we do not lose local changes in there and at a later checkout > of the submodule we don't need to clone it again. > > Implement `depopulate_submod