| Commit message (Expand) | Author | Age | Files | Lines |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -2/+1 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 2 | -6/+6 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 1 | -1/+1 |
* | storage: new storage.ErrReferenceHasChanged error and test for CheckAndSetRef... | Máximo Cuadros | 2018-12-10 | 1 | -2/+1 |
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 1 | -0/+10 |
* | gofmt -s | Máximo Cuadros | 2018-01-25 | 1 | -1/+1 |
* | storage: some minor code cleanup | Jeremy Stribling | 2017-11-29 | 1 | -2/+1 |
* | plumbing: add `HasEncodedObject` method to Storer | Jeremy Stribling | 2017-11-29 | 1 | -0/+8 |
* | Make object repacking more configurable | Taru Karttunen | 2017-11-29 | 1 | -2/+2 |
* | Support for repacking objects | Taru Karttunen | 2017-11-29 | 1 | -0/+7 |
* | First pass of prune design | Taru Karttunen | 2017-11-29 | 1 | -0/+23 |
* | filesystem: implement PackRefs() | Jeremy Stribling | 2017-11-29 | 1 | -0/+8 |
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -9/+9 |
* | dotgit: add CheckAndSetReference tests | Jeremy Stribling | 2017-11-28 | 1 | -8/+9 |
* | Use optionally locking when updating refs | Taru Karttunen | 2017-11-27 | 1 | -0/+15 |
* | test: add more PackfileWriter tests | Santiago M. Mola | 2017-07-19 | 1 | -0/+1 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 2 | -6/+6 |
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -3/+11 |
* | storage: git.Storer move to storage.Storer and module handling | Máximo Cuadros | 2017-02-12 | 1 | -0/+13 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 2 | -5/+5 |
* | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-29 | 1 | -1/+1 |
* | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-28 | 1 | -0/+19 |
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 1 | -0/+13 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -24/+24 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -46/+47 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 2 | -119/+39 |
* | storage: memory test improvements and coverage | Máximo Cuadros | 2016-09-24 | 2 | -34/+14 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 1 | -6/+0 |
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 1 | -0/+10 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -0/+1 |
* | core: ObjectStorage.Writer | Máximo Cuadros | 2016-09-05 | 1 | -0/+6 |
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 2 | -4/+39 |
* | storage: idiomatic test suite | Máximo Cuadros | 2016-09-05 | 1 | -4/+5 |
* | doc packages | Máximo Cuadros | 2016-09-01 | 1 | -0/+1 |
* | 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 | 2 | -100/+11 |
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-21 | 1 | -0/+5 |
* | storage: support ConfigStorage, memory done, fs wip | Máximo Cuadros | 2016-08-20 | 1 | -12/+42 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 2 | -24/+16 |
* | core: Storage, now returns errors | Máximo Cuadros | 2016-08-12 | 2 | -24/+49 |
* | storage/memory: implemented ReferenceStorage and Storage | Máximo Cuadros | 2016-08-12 | 2 | -21/+183 |
* | core: new MemoryObject, move from memory.Object, packfile.Parser, base on new... | Máximo Cuadros | 2016-08-11 | 4 | -149/+11 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 4 | -4/+4 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 4 | -34/+30 |
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -0/+1 |
* | documentation | Máximo Cuadros | 2016-05-19 | 1 | -1/+1 |
* | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 3 | -11/+33 |
* | Added support for annotated tags | Joshua Sjoding | 2016-02-18 | 1 | -0/+6 |
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 4 | -4/+4 |
* | storages: memory object | Máximo Cuadros | 2016-02-17 | 4 | -0/+256 |