Re: [PATCH] git-submodule - Use "get_default_remote" from git-parse-remote
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:13
Mark Levedahl [off-list ref] writes:
Resolve_relative_url was using its own code for this function, but
this is duplication with the best result that this continues to work.
Replace with the common function provided by git-parse-remote.
Signed-off-by: Mark Levedahl <redacted>
---
I think it makes more sense to use the facility provided elsewhere rather
than duplicate.