Re: [PATCH 11/16] teach unpack_trees() to remove submodule contents

2016-11-18 Thread Stefan Beller
On Thu, Nov 17, 2016 at 5:35 AM, Heiko Voigt wrote: > On Tue, Nov 15, 2016 at 03:06:46PM -0800, Stefan Beller wrote: >> Extend rmdir_or_warn() to remove the directories of those submodules which >> are scheduled for removal. Also teach verify_clean_submodule() to check >> that a submodule configur

Re: [PATCH 11/16] teach unpack_trees() to remove submodule contents

2016-11-15 Thread Brandon Williams
On 11/15, Stefan Beller wrote: > Extend rmdir_or_warn() to remove the directories of those submodules which > are scheduled for removal. Also teach verify_clean_submodule() to check > that a submodule configured to be removed is not modified before scheduling > it for removal. > > Signed-off-by: S