Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -2/+3 |
| | |||||
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 1 | -2/+2 |
| | |||||
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -1/+1 |
| | | | | | | | Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends. | ||||
* | Repository: Clone protection if non empty object storage, Remote: ↵ | Máximo Cuadros | 2016-08-25 | 1 | -5/+17 |
| | | | | NoErrAlreadyUpToDate | ||||
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -22/+39 |
| | |||||
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-21 | 1 | -10/+5 |
| | |||||
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-20 | 1 | -36/+25 |
| | |||||
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -9/+91 |
| | |||||
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 1 | -0/+4 |
| | |||||
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ↵ | Máximo Cuadros | 2016-08-15 | 1 | -11/+14 |
| | | | | header read | ||||
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 1 | -11/+13 |
| | |||||
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -12/+28 |
| | |||||
* | small improvements | Máximo Cuadros | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 1 | -26/+8 |
| | |||||
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -3/+3 |
| | |||||
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -0/+1 |
| | |||||
* | remote.Head and repository.PullDefault | Máximo Cuadros | 2016-04-25 | 1 | -0/+5 |
| | |||||
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -3/+3 |
| | |||||
* | Add install protocols capabilities to GitUploadPackService | Alberto Cortés | 2015-12-17 | 1 | -1/+5 |
| | |||||
* | common: GitUploadPackRequest Want, Have methods | Máximo Cuadros | 2015-11-10 | 1 | -3/+4 |
| | |||||
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 1 | -2/+21 |
| | |||||
* | remote: info method | Máximo Cuadros | 2015-11-05 | 1 | -1/+6 |
| | |||||
* | clients: capabilities improvement | Máximo Cuadros | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -5/+5 |
| | |||||
* | clients: Capabilities parsing improvement and GitUploadPackInfo encoding | Máximo Cuadros | 2015-10-31 | 1 | -1/+6 |
| | |||||
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 1 | -1/+18 |
| | |||||
* | clients and remote: fetch implementation | Máximo Cuadros | 2015-10-23 | 1 | -0/+14 |
| | |||||
* | new remote abstraction | Máximo Cuadros | 2015-10-23 | 1 | -0/+50 |