Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transport: ssh, fix cloning large repositories #272

Merged
merged 4 commits into from Mar 26, 2021
Merged

Commits on Mar 25, 2021

  1. Fix cloning large repositories

    Ignore the error on close when the connection is already closed
    
    Fixes go-git#70
    dcu committed Mar 25, 2021
    Copy the full SHA
    2b4fdd7 View commit details
    Browse the repository at this point in the history
  2. Compatibility for go 1.13

    Because it's required by the pipeline
    dcu committed Mar 25, 2021
    Copy the full SHA
    3e3eda0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Add test for allowing to close a command when the client is already c…

    …losed
    
    This test is for issue go-git#70
    dcu committed Mar 26, 2021
    Copy the full SHA
    1f2daa6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39b4fe2 View commit details
    Browse the repository at this point in the history