| Commit message (Expand) | Author | Age | Files | Lines |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -7/+7 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -4/+4 |
* | test and comments improvements | Máximo Cuadros | 2017-01-30 | 1 | -2/+1 |
* | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 1 | -1/+0 |
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -4/+23 |
* | test: restore default protocol. (#215) | Santiago M. Mola | 2017-01-18 | 1 | -3/+15 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -0/+3 |
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 1 | -154/+36 |
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 1 | -0/+7 |
* | protocol/packp: capabilities new Capability entity and List struct, test impr... | Máximo Cuadros | 2016-11-29 | 1 | -2/+3 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 1 | -12/+11 |
* | move: format/packp -> protocol/packp (#141) | Santiago M. Mola | 2016-11-25 | 1 | -1/+1 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -31/+35 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -13/+13 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -2/+2 |
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 1 | -0/+1 |
* | fix fixtures usage | Máximo Cuadros | 2016-10-26 | 1 | -1/+1 |
* | Use advrefs in gituploadpackinfo (#92) | Alberto Cortés | 2016-10-26 | 1 | -1/+2 |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 1 | -1/+1 |
* | cleanup old fixtures | Máximo Cuadros | 2016-09-22 | 1 | -4/+5 |
* | dotgit: synced write packfile and index generation | Máximo Cuadros | 2016-09-15 | 1 | -3/+5 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 1 | -7/+58 |
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 1 | -1/+0 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -9/+9 |
* | core: ObjectStorage.Begin and TxObjectStorage | Máximo Cuadros | 2016-09-05 | 1 | -2/+2 |
* | clients: default Auth methods | Máximo Cuadros | 2016-08-31 | 1 | -2/+1 |
* | Repository: Clone protection if non empty object storage, Remote: NoErrAlread... | Máximo Cuadros | 2016-08-25 | 1 | -3/+7 |
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -1/+7 |
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -1/+1 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -3/+20 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 1 | -0/+2 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -1/+1 |
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 1 | -7/+7 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -13/+23 |
* | general: usage of the new Reference objects | Máximo Cuadros | 2016-08-12 | 1 | -2/+5 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -3/+3 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 1 | -13/+24 |
* | Improved support for Blob objects | Joshua Sjoding | 2016-02-19 | 1 | -1/+1 |
* | Added helper function for test fixture unpacking | Joshua Sjoding | 2016-02-18 | 1 | -2/+29 |
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -2/+2 |
* | missing call to Close on Fetch return value (ReadCloser) | Alberto Cortés | 2016-01-11 | 1 | -2/+4 |
* | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 1 | -1/+10 |
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -88/+4 |
* | Blame support for files | Alberto Cortés | 2015-11-25 | 1 | -0/+111 |
* | clients: GitUploadPackInfo head change | Máximo Cuadros | 2015-11-05 | 1 | -1/+1 |
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 1 | -1/+8 |
* | clients: capabilities improvement | Máximo Cuadros | 2015-11-01 | 1 | -5/+3 |
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -3/+3 |
* | clients: Capabilities parsing improvement and GitUploadPackInfo encoding | Máximo Cuadros | 2015-10-31 | 1 | -3/+2 |