Skip to content

Omit trailing .git from url when comparing git remote urls.

This change fix an annoying problem that I run into when using the AUR. Sometimes a package will use an url ending with .git and sometimes not. Even though it is the same repository, makepkg will complain that it is not. Unfortunately git repos don't have a unique identifier, but at least this will fix this common case.

Merge request reports