aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: simplificationferhat elmas2017-11-291-1/+1
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-4/+4
* remote: push, update remote refs on pushMáximo Cuadros2017-07-221-0/+11
* worktree: test improvemnts on empty worktreeMáximo Cuadros2017-07-131-4/+51
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-4/+4
* do not convert local paths to URLSantiago M. Mola2017-04-281-3/+1
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-2/+2
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-7/+7
* *: update tests to meet new submodule fixtureMáximo Cuadros2017-02-211-12/+0
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-3/+0
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-7/+7
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
* rename billy importsMáximo Cuadros2017-01-301-4/+4
* test and comments improvementsMáximo Cuadros2017-01-301-2/+1
* worktree, status implementationMáximo Cuadros2017-01-291-1/+0
* new repository constructors and worktreeMáximo Cuadros2017-01-281-4/+23
* test: restore default protocol. (#215)Santiago M. Mola2017-01-181-3/+15
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-0/+3
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-154/+36
* capabilities: full integration (#151)Máximo Cuadros2016-12-011-0/+7
* protocol/packp: capabilities new Capability entity and List struct, test impr...Máximo Cuadros2016-11-291-2/+3
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-12/+11
* move: format/packp -> protocol/packp (#141)Santiago M. Mola2016-11-251-1/+1
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-31/+35
* new plumbing package (#118)Máximo Cuadros2016-11-081-13/+13
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-2/+2
* remote, fix fetch tagsMáximo Cuadros2016-10-271-0/+1
* fix fixtures usageMáximo Cuadros2016-10-261-1/+1
* Use advrefs in gituploadpackinfo (#92)Alberto Cortés2016-10-261-1/+2
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-1/+1
* cleanup old fixturesMáximo Cuadros2016-09-221-4/+5
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-151-3/+5
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-7/+58
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-1/+0
* format: packfile new interfaceMáximo Cuadros2016-09-071-9/+9
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-051-2/+2
* clients: default Auth methodsMáximo Cuadros2016-08-311-2/+1
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-3/+7
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+7
* options renamed and some text fixesMáximo Cuadros2016-08-221-1/+1
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-3/+20
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-0/+2
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-1/+1
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-7/+7
* Repository and Remote API changesMáximo Cuadros2016-08-131-13/+23
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-2/+5
* v3 -> v4Máximo Cuadros2016-08-111-3/+3
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-13/+24
* Improved support for Blob objectsJoshua Sjoding2016-02-191-1/+1
* Added helper function for test fixture unpackingJoshua Sjoding2016-02-181-2/+29