Skip to content

Support latest versions of git

Marco Clemencic requested to merge support-latest-git into master

With the latest versions of git we cannot cd in a repository owned by somebody else and use it (not even query it) for security reasons.

This change replaces cd with the option --git-dir which tells git we trust the repository we want to access.

Also drop SLC6 support (test) and RPM build.

Edited by Marco Clemencic

Merge request reports