Skip to content

Commit

Permalink
Added SSH clone and proper git clone using go-git (#919)
Browse files Browse the repository at this point in the history
* Add SSH private key support

* SSH agent

* Up version

* Update codegen

* Proper git clone using go-git

* Clone options without auth

* Error checks

* Update api gen

* Fix last failing test

* Right place lol

* No depth

* Code gen

* Update changelog

* Update code gen
  • Loading branch information
andreimc authored and jessesuen committed Jul 31, 2018
1 parent d657abf commit 4744f45
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 68 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 2.2.0

- Github login using go-git, with support for ssh keys (@andreimc)

## 2.1.1 (2018-05-29)

Expand Down
Loading

0 comments on commit 4744f45

Please sign in to comment.