diff options
| author | Sunny <[email protected]> | 2021-11-08 01:50:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-07 12:20:56 -0800 |
| commit | 6cea7a7a59f44e0e72ca577fbea65a042b3fb26b (patch) | |
| tree | 4675859441f4e04fd7576e8a7b26ca74921586d2 /git.go | |
| parent | 0e8009f00a65034d196c67b1cdd82af6f12c34d3 (diff) | |
Make ssh commands used in the git smart transport compatible with libgit2 (#852)
* Fix ssh commands used in go SmartSubtransport
Before the fix, the commands sent were of the form:
```
git-upload-pack "/bar/test-reponame"
```
This resulted in the git server returning error:
`error parsing command: invalid git command`
This change replaces the double quotes with single quotes:
```
git-upload-pack '/bar/test-reponame'
```
* Update ssh.go
Co-authored-by: lhchavez <[email protected]>
Diffstat (limited to 'git.go')
0 files changed, 0 insertions, 0 deletions
