On Mon, Dec 12, 2016 at 11:28 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Stefan Beller <sbeller@xxxxxxxxxx> writes: > >> The "checkout --recurse-submodules" series got too large to comfortably send >> it out for review, so I had to break it up into smaller series'; this is the >> first subseries, but it makes sense on its own. >> >> This series teaches git-rm to absorb the git directory of a submodule instead >> of failing and complaining about the git directory preventing deletion. >> >> It applies on origin/sb/submodule-embed-gitdir. > > Thanks. I probably should rename the topic again with s/embed/absorb/; I mostly renamed it in the hope to settle our dispute what embedding means. ;) So in case we want to further discuss on the name of the function, we should do that before doing actual work such as renaming. Note that sb/t3600-cleanup is part of this series now, (The first commit of that series is in patch 6/6 of this series, and patch 5 is the modernization effort.) Thanks, Stefan