Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

transport: new git protocol#175

Merged
mcuadros merged 2 commits intosrc-d:masterfrom
mcuadros:git-protocol
Dec 12, 2016
Merged

transport: new git protocol#175
mcuadros merged 2 commits intosrc-d:masterfrom
mcuadros:git-protocol

Conversation

@mcuadros
Copy link
Contributor

@mcuadros mcuadros commented Dec 9, 2016

This is the implementation of fetch-pack command over git protocol, the send-pack protocol is extremely undesirable, so I think doesn't work to implement it.

The communication is done by a plain TCP connection to the default port 9418 and using pkt-line as communication transport.

#50

@mcuadros mcuadros requested a review from smola December 9, 2016 23:45
@codecov-io
Copy link

codecov-io commented Dec 9, 2016

Current coverage is 77.08% (diff: 72.58%)

Merging #175 into master will decrease coverage by 0.77%

@@             master       #175   diff @@
==========================================
  Files            90         91     +1   
  Lines          5734       5792    +58   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           4465       4465          
- Misses          795        856    +61   
+ Partials        474        471     -3   

Powered by Codecov. Last update f0106fa...b398876

@alcortesm
Copy link
Contributor

We should really stop naming files common.go.

@mcuadros mcuadros merged commit 9eb101f into src-d:master Dec 12, 2016
@mcuadros mcuadros deleted the git-protocol branch December 13, 2016 10:13
mcuadros added a commit that referenced this pull request Jan 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants