Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: RefSpec.Validate returning errors and doc (Fixes #232) | Máximo Cuadros | 2017-01-31 | 1 | -6/+5 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -4/+4 |
| | |||||
* | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 1 | -0/+13 |
| | |||||
* | Fix typos in git docs (#230) | Sergio Arbeo | 2017-01-30 | 1 | -8/+8 |
| | |||||
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 1 | -1/+7 |
| | | | | | * remove SetAuth functions, implement at NewUploadPackSession/NewReceivePackSession level. * propagate transport.Auth from Fetch/Pull/Clone options to the transport API. | ||||
* | remote: add Push (#178) | Santiago M. Mola | 2016-12-19 | 1 | -0/+30 |
| | | | | | | | | | | | | * remote: add Push. * add Push method to Remote. * add method Push to Repository. * examples: add push example. * requested changes * add tests, fixes | ||||
* | remote: make Fetch atomic. (#185) | Santiago M. Mola | 2016-12-16 | 1 | -7/+13 |
| | | | | | | | * Remote now exposes only Fetch. No Connect, Disconnect, etc. * Repository uses a private fetch method in Remote for Clone/Pull. * getting capabilities, HEAD or other information from remote requires using the lower level client. * add Fetch method to Repository. | ||||
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -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 Cuadros | 2016-11-08 | 1 | -6/+6 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 1 | -1/+3 |
| | |||||
* | clients/ssh: test fix | Máximo Cuadros | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -9/+9 |
| | |||||
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -24/+7 |
| | |||||
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -11/+27 |
| | |||||
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 1 | -1/+51 |
| | |||||
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ↵ | Máximo Cuadros | 2016-08-15 | 1 | -14/+25 |
| | | | | header read | ||||
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 1 | -0/+14 |
| | |||||
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -0/+20 |