aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
Commit message (Expand)AuthorAgeFilesLines
* *: Add test for paths starting with tildericci25112023-07-071-0/+20
* git: Fix fetching after shallow clone. Fixes #305Arieh Schneier2023-05-241-0/+35
* git: Testing, Fix tests not cleaning temp foldersArieh Schneier2023-05-111-8/+16
* Remove unused variables/types/functionsAbhinav Gupta2021-11-271-3/+1
* git: add --follow-tags option for pushesJohn Cai2021-10-051-0/+8
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-0/+31
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-4/+3
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-10/+10
* Expose Storage cache.kuba--2018-09-071-8/+3
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-8/+1
* 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