git 2.7.0 introduced the git remote get-url command which expands insteadOf aliases. This fixes the false warning for fedora:mypkg when fedora: is rewritten to a properly namespaced URL.
git remote get-url
insteadOf
fedora:mypkg
fedora:
Thanks. The change looks good to me. Could you please sign off on your commit? (git commit -s).
git commit -s
Please do not add hard dependency on git 2.7 features which is fairly new (october 2015).
It falls back to the old code if it fails for whatever reason.
The commit is now signed-off-by.
Pull-Request has been rebased
Ping?
Pull-Request has been merged by lsedlar