Open
Conversation
cd599fb to
6eac73c
Compare
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>
This file contains hidden or 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
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-packcommand: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_objectswas 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!