Re: [PATCH] Teach remote machinery about remotes.default config variable
From: Mark Levedahl <hidden> Date: 2016-06-15 22:44:05
Junio C Hamano wrote:
Ahh.
Does that suggest the new configuration thing is only about the
"submodule update" command, not "remotes.default" that affects
how the non-submodule merge and fetch works?
Yes - this patch set was inspired by the single question of "how do I
avoid needing to define origin as opposed to a server-specific nickname
now that I am using sub-modules?"
Mark