| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | config: Config, bare flag (#177) | Máximo Cuadros | 2016-12-12 | 1 | -0/+21 |
* | repository: Ref -> Reference; Refs -> References. (#168) | Santiago M. Mola | 2016-12-08 | 1 | -6/+9 |
* | remote: sideband support (#164) | Máximo Cuadros | 2016-12-07 | 1 | -3/+9 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 1 | -3/+8 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -31/+32 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -32/+66 |
* | add Blobs, Trees and Objects iters. (#114) | Santiago M. Mola | 2016-11-04 | 1 | -0/+31 |
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 1 | -1/+1 |
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 1 | -2/+2 |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 1 | -8/+8 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 1 | -25/+9 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 1 | -1/+5 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -1/+1 |
* | core: Storage.Get, switch order of args | Máximo Cuadros | 2016-08-29 | 1 | -5/+5 |
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -6/+6 |
* | Repository: Clone protection if non empty object storage, Remote: NoErrAlread... | Máximo Cuadros | 2016-08-25 | 1 | -2/+21 |
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -5/+5 |
* | Remote.Fetch multiple RefSpec support | Máximo Cuadros | 2016-08-22 | 1 | -12/+40 |
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-21 | 1 | -17/+52 |
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-20 | 1 | -14/+15 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -112/+18 |
* | NewFilesystemRepository and example | Máximo Cuadros | 2016-08-15 | 1 | -2/+4 |
* | core: *Iter.ForEach method | Máximo Cuadros | 2016-08-15 | 1 | -29/+8 |
* | Repository.Pull, PoC | Máximo Cuadros | 2016-08-15 | 1 | -4/+64 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 1 | -16/+109 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -33/+19 |
* | fix tests and examples | Máximo Cuadros | 2016-08-14 | 1 | -0/+12 |
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 1 | -9/+36 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -94/+46 |
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 1 | -30/+31 |
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 1 | -3/+3 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -6/+6 |
* | Repository head (#61)v3.1.1 | Alberto Cortés | 2016-08-02 | 1 | -0/+29 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 1 | -25/+46 |
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -11/+14 |
* | Fix PullDefault to not cause panics. | Calvin Behling | 2016-05-07 | 1 | -6/+5 |
* | remote.Head and repository.PullDefault | Máximo Cuadros | 2016-04-25 | 1 | -0/+10 |
* | Added Object interface for Commit, Tree, Blob and Tag | Joshua Sjoding | 2016-03-08 | 1 | -0/+30 |
* | Renamed internal close function to checkClose | Joshua Sjoding | 2016-02-27 | 1 | -1/+1 |
* | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 1 | -3/+1 |
* | Improved support for Blob objects | Joshua Sjoding | 2016-02-19 | 1 | -12/+26 |
* | Added support for annotated tags | Joshua Sjoding | 2016-02-18 | 1 | -0/+20 |
* | New iteration behavior via FileIter and TreeWalker | Joshua Sjoding | 2016-02-17 | 1 | -1/+1 |
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -4/+4 |
* | storages: memory object | Máximo Cuadros | 2016-02-17 | 1 | -1/+2 |
* | Merge pull request #20 from scjalliance/generic-object-storage | Máximo Cuadros | 2016-02-16 | 1 | -16/+14 |
|\ |
|
| * | Functions in core.ObjectStorage interface now return an error | Joshua Sjoding | 2016-02-16 | 1 | -6/+12 |
| * | Renamed ObjectStorage.IterType() to Iter() and improved documentation for obj... | Joshua Sjoding | 2016-02-15 | 1 | -1/+1 |
| * | Renamed ObjectStorage Iter function to IterType | Joshua Sjoding | 2016-02-01 | 1 | -1/+1 |
| * | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 1 | -10/+2 |