Re: [PATCH] fetch: ensure submodule objects fetched

2018-12-08 Thread Junio C Hamano
Stefan Beller writes: > Currently when git-fetch is asked to recurse into submodules, it dispatches > a plain "git-fetch -C " (with some submodule related options > such as prefix and recusing strategy, but) without any information of the > remote or the tip that should be fetched. > > But this d

[PATCH] fetch: ensure submodule objects fetched

2018-12-06 Thread Stefan Beller
Currently when git-fetch is asked to recurse into submodules, it dispatches a plain "git-fetch -C " (with some submodule related options such as prefix and recusing strategy, but) without any information of the remote or the tip that should be fetched. But this default fetch is not sufficient, as