aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/report_status_test.go
Commit message (Collapse)AuthorAgeFilesLines
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
|
* remote: add Push (#178)Santiago M. Mola2016-12-191-8/+11
| | | | | | | | | | | | * remote: add Push. * add Push method to Remote. * add method Push to Repository. * examples: add push example. * requested changes * add tests, fixes
* transport: add git-send-pack support to local/ssh. (#163)Santiago M. Mola2016-12-091-22/+22
| | | | | | | | | * protocol/packp: add Packfile field to ReferenceUpdateRequest. * protocol/packp: add NewReferenceUpdateRequestFromCapabilities. * NewReferenceUpdateRequestFromCapabilities can be used to create a ReferenceUpdateRequest with initial capabilities compatible with the server. * protocol/packp: fix new line handling on report status. * transport/file: test error on unexisting command.
* protocol/packp: add report status message. (#162)Santiago M. Mola2016-12-061-0/+253