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

Respect pktline error-line errors #936

Merged
merged 3 commits into from
Nov 25, 2023
Merged

Commits on Nov 23, 2023

  1. plumbing: add git-proto-request type

    This the request used for the git transport protocol
    
    feat: nil writer
    aymanbagabas committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e187533 View commit details
    Browse the repository at this point in the history
  2. plumbing: handle pktline erro-line as errors

    Error when encountering an error-line
    See https://git-scm.com/docs/pack-protocol
    
    Update plumbing/format/pktline/error.go
    
    Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
    
    Update plumbing/format/pktline/error.go
    
    Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
    
    feat: format newline
    aymanbagabas committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e2c6ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46d04a View commit details
    Browse the repository at this point in the history