aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
Commit message (Collapse)AuthorAgeFilesLines
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-2/+2
| | | | | | | | | | | | | | | * plumbing: move plumbing/client package to plumbing/transport. * transport: create Client interface. * A Client can instantiate any client transport service. * InstallProtocol installs a Client for a given protocol, instead of just a UploadPackService. * A Client can open a session for fetch-pack or send-pack for a specific Endpoint. * Adapt ssh and http clients to the new client interface. * updated doc
* new plumbing package (#118)Máximo Cuadros2016-11-081-6/+6
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* remote, fix fetch tagsMáximo Cuadros2016-10-271-1/+3
|
* clients/ssh: test fixMáximo Cuadros2016-08-241-1/+1
|
* options renamed and some text fixesMáximo Cuadros2016-08-221-9/+9
|
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-24/+7
|
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-11/+27
|
* Repository.Pull, PoCMáximo Cuadros2016-08-151-1/+51
|
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ↵Máximo Cuadros2016-08-151-14/+25
| | | | header read
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-0/+14
|
* Repository and Remote API changesMáximo Cuadros2016-08-131-0/+20