Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Refactor server logic #921

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

Closed
wants to merge 2 commits into from
Closed

Conversation

aymanbagabas
Copy link
Member

Use go-git backend to serve the file transport instead of relying on the
git binary to do so.

Replace old ioutil.Pipe with std io.Pipe.

Add a clone command

Trace pktline encoder/scanner calls

This adds a generic tracing package to log messages to output if target
is enabled.
Use go-git backend to serve the file transport instead of relying on the
git binary to do so.

Replace old ioutil.Pipe with std io.Pipe.

Add a clone command

Trace pktline encoder/scanner calls
Comment on lines +5 to +6
replace github.com/go-git/go-git/v5 => ../../

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
replace github.com/go-git/go-git/v5 => ../../


"github.com/go-git/go-git/v5/internal/repository"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this change would be done within a minor release, let's also keep the previous behaviour (marked as deprecated) within plumbing/transport/file (say in client_git.go), so that users can revert back to via InstallProtocol - in case our implementation introduces some regression.

remote.go Show resolved Hide resolved
@pjbgf pjbgf added this to the v6.0.0 milestone Nov 14, 2023
@aymanbagabas
Copy link
Member Author

Superseded by #938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.