#41 pyrpkg: use git remote get-url --push
Merged by lsedlar. Opened by mathstuf.
mathstuf/rpkg use-remote-get-url  into  master

Download 41.patch
no initial comment

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.

Thanks. The change looks good to me. Could you please sign off on your commit? (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

Pull-Request has been merged by lsedlar

Metadata