Re: [PATCH] fetch: avoid quadratic loop checking for updated submodules
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:01
Jeff King [off-list ref] writes:
Also also. I was a little turned off by the fact that every fetch is
going to do the equivalent of "git log --raw -m $new --not $old",
whether you have submodules or not.