-
Notifications
You must be signed in to change notification settings - Fork 70
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
Server-side command: upload-pack
#618
Open
panglesd
wants to merge
14
commits into
mirage:main
Choose a base branch
from
panglesd:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dinosaure
force-pushed
the
main
branch
2 times, most recently
from
November 20, 2023 16:15
cd599fb
to
6eac73c
Compare
dinosaure
force-pushed
the
main
branch
4 times, most recently
from
November 22, 2023 17:55
eb7581a
to
2df31ec
Compare
Merged
Signed-off-by: Paul-Elliot <peada@free.fr> Co-authored-by: Jules Aguillon <jules@j3s.fr>
Signed-off-by: Paul-Elliot <peada@free.fr> Co-authored-by: Jules Aguillon <jules@j3s.fr>
Signed-off-by: Paul-Elliot <peada@free.fr>
This messages need not to be passed around like ACKs and is moved to a super type. Co-authored-by: Paul-Elliot <peada@free.fr>
Co-authored-by: Paul-Elliot <peada@free.fr>
Co-authored-by: Paul-Elliot <peada@free.fr>
This functor defines a function for constructing and streaming a pack file from a list of revs. Co-authored-by: Paul-Elliot <peada@free.fr>
Allows to create a mimic context for reading and writing to stdin and stdout.
Co-authored-by: Paul-Elliot <peada@free.fr>
Signed-off-by: Paul-Elliot <peada@free.fr> Co-authored-by: Jules Aguillon <jules@j3s.fr>
Signed-off-by: Paul-Elliot <peada@free.fr>
Signed-off-by: Paul-Elliot <peada@free.fr>
This is just a hack to make the git clone work, need to be cleaned and verified! Signed-off-by: Paul-Elliot <peada@free.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the implementation of a simplified
upload-pack
command:is not implemented, instead the server always only ack common commits.
The last commit of this PR is a quick hack to make it work before the end of the Mirage retreat, it would need to be cleaned.
When I tried using the unix file backend,
guit
, to clone this repo, the computation time ofget_uncommon_objects
was very long.I reasonably don't have much time to continue this work, so I'm happy to leave it as a draft PR if someone wants to take over!
Made with @Julow during the May 2023 Mirage retreat!