aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/test/receive_pack.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-4/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-20/+20
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-6/+6
* Simplify return statement in receivePackNoCheckIskander (Alex) Sharipov2018-12-121-5/+1
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-3/+5
* Remove printlnAntonio Jesus Navarro Perez2018-06-051-1/+0
* plumbing: transport, make target repo writeable in testsJavi Fontan2018-03-271-0/+21
* all: make the upcoming Go 1.11's vet happyDaniel Martí2018-03-011-11/+11
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-211-7/+7
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-1/+1
* *: windows support, some more fixes (#533)Manuel Carmona2017-08-031-0/+1
* transport: context package supportMáximo Cuadros2017-07-251-2/+28
* improve delete support on pushSantiago M. Mola2017-07-111-0/+4
* transport/internal: remove Wait function, use Close directlySantiago M. Mola2017-06-131-1/+2
* fix ReceivePackSuite.TestSendPackAddDeleteReferenceSantiago M. Mola2017-06-131-2/+4
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-6/+6
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-6/+6
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-10/+11
* server: add git server implementation (#190)Santiago M. Mola2017-01-041-0/+322