From abf02bc7d79dfb7b0bbcd404ebecb202cff2a18e Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 6 Dec 2020 11:55:04 -0800 Subject: Add `NewCredentialSSHKeyFromSigner` (#706) This change adds `NewCredentialSSHKeyFromSigner`, which allows idiomatic use of SSH keys from Go. This also lets us spin off an SSH server in the tests. --- testdata/TestGitRepository.git/objects/info/commit-graph | Bin 0 -> 2296 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testdata/TestGitRepository.git/objects/info/commit-graph (limited to 'testdata/TestGitRepository.git/objects/info/commit-graph') diff --git a/testdata/TestGitRepository.git/objects/info/commit-graph b/testdata/TestGitRepository.git/objects/info/commit-graph new file mode 100644 index 0000000..013e2f0 Binary files /dev/null and b/testdata/TestGitRepository.git/objects/info/commit-graph differ -- cgit v1.2.3