Skip to content

origin is hardcoded in some places, assure remote is called so

solo turn requested to merge soloturn/pacman:remote-origin into master

Since git v2.30.0 however it's possible to set the global config "clone.defaultRemoteName" to a custom remote name. Obviously, doing so will break pacman. That's why we need to make sure git clone always sets the remote name to origin.

see !19 (closed).

Edited by solo turn

Merge request reports