Make ssh commands used in the git smart transport compatible with libgit2 (#852) #855
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-1432268967-release-1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before the fix, the commands sent were of the form:
This resulted in the git server returning error:
error parsing command: invalid git command
This change replaces the double quotes with single quotes:
Co-authored-by: lhchavez lhchavez@lhchavez.com
(cherry picked from commit
6cea7a7a59
)