This repository was archived by the owner on Sep 11, 2020. It is now read-only.
remote: sideband support#164
Merged
mcuadros merged 4 commits intosrc-d:masterfrom Dec 7, 2016
git-fixtures:sideband-client
Merged
remote: sideband support#164mcuadros merged 4 commits intosrc-d:masterfrom git-fixtures:sideband-client
mcuadros merged 4 commits intosrc-d:masterfrom
git-fixtures:sideband-client
Conversation
Current coverage is 76.91% (diff: 77.55%)@@ master #164 diff @@
==========================================
Files 88 88
Lines 5475 5489 +14
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 4255 4222 -33
- Misses 761 815 +54
+ Partials 459 452 -7
|
smola
approved these changes
Dec 7, 2016
mcuadros
added a commit
that referenced
this pull request
Jan 31, 2017
* remote: sideband support * changes
gsalingu-ovhus
pushed a commit
to gsalingu-ovhus/go-git
that referenced
this pull request
Mar 28, 2019
Bump version to 1.2-rc3
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 support of
Remotefor sideband capable servers.When
Remote. Fetchis called If the request contained aside-band-64korside-bandasideband.Demuxis used inside ofRemoteto read the packfile data.If the human readable progress is needed a io.Reader/io.Writer should be provided to
Repository.Progressfield, this pointer will be pass to the remotes and be used when the packfile is read. If theRepository.Progressis not set theno-progresscapability is set if supported.Also a couple of bugs are solved at transport/client:
strconv.Itoainstead of just casting a integer to string.I don't know how I ended being impossible to push to the branch, so this is a fork in another org, so is a new PR of #156