TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Remove dependency on go-git #47

Closed TheHipbot closed 5 years ago

TheHipbot commented 5 years ago

Although it is nice to have everything in go, including git itself, it has made things like pulling repos via SSH more difficult than it should be (this still only works if your SSH key doesn't require a password). At least for the time being, this will be removed in favor of calling through to the git binary on the users system. Perhaps in the future it will be offered again as a option for building the bin.

TheHipbot commented 5 years ago

Closed by #48