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

fix: empty git-upload-pack given on remote.fetch() #447

Closed
wants to merge 5 commits into from

Commits on Jan 12, 2022

  1. fix: empty git-upload-pack given on remote.fetch()

    More info: This change prevents an attempt to upload pack
    when UploadPackRequest is empty.
    
    Partial Resolution: go-git#328
    
    Signed-off-by: Paul Greenberg <greenpau@outlook.com>
    greenpau committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1955d37 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    987e89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce282c2 View commit details
    Browse the repository at this point in the history
  3. add TestFetchShallows

    greenpau committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f6a3744 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    c794584 View commit details
    Browse the repository at this point in the history