Support older versions of Git
matthewwardrop
released this
29 Sep 23:14
·
1240 commits
to master
since this release
This release adds support for versions of git older than ~2.5; which do not have support for extracting the remote url using:
git remote get-url origin
In the process it also cleans up the GitKnowledgeRepository code a little pertaining to remote repositories, as well as clarifying that the Knowledge Repository supports any git repository (including those not hosted by GitHub).