Re: [PATCH 13/15] read-cache: remove_marked_cache_entries to wipe selected submodules.

2017-02-16 Thread Junio C Hamano
Stefan Beller writes: The title was ungrokkable to me, but after reading the code I think you are teaching the normal codepath where removal of working tree is done to match what is done to the index that submodules are also in the working tree and need to be removed when the corresopnding ce is

[PATCH 13/15] read-cache: remove_marked_cache_entries to wipe selected submodules.

2017-02-15 Thread Stefan Beller
Signed-off-by: Stefan Beller --- read-cache.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/read-cache.c b/read-cache.c index 9054369dd0..b78a7f02e3 100644 --- a/read-cache.c +++ b/read-cache.c @@ -18,6 +18,7 @@ #include "varint.h" #include "split-index.h" #include "utf8.h" +#include