aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/file
Commit message (Expand)AuthorAgeFilesLines
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-021-1/+2
* plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im...Máximo Cuadros2021-04-171-9/+9
* fix nilOleg Kovalov2020-07-011-1/+1
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-104-9/+5
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-105-10/+10
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-234-6/+4
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-212-3/+3
* plumbing: use LookPath instead of Stat to fix Windows executablesJeremy Stribling2017-08-272-2/+2
* *: windows support, some more fixes (2) (#536)Manuel Carmona2017-08-071-0/+15
* Merge pull request #527 from strib/win-pack-cmdsMáximo Cuadros2017-08-042-2/+75
|\
| * plumbing: fix pack commands for the file client on WindowsJeremy Stribling2017-08-032-2/+75
* | *: windows support, some more fixes (#533)Manuel Carmona2017-08-031-1/+1
|/
* transport: context package supportMáximo Cuadros2017-07-252-1/+15
* transport/file: avoid race with Command.Wait, fixes #463Santiago M. Mola2017-07-071-4/+14
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-183-7/+8
* transport/internal: remove Wait function, use Close directlySantiago M. Mola2017-06-131-5/+12
* do not convert local paths to URLSantiago M. Mola2017-04-284-17/+11
* transport: make Endpoint an interface, fixes #362Santiago M. Mola2017-04-271-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-075-10/+10
* transport/file: fix race condition on test (#267)Alberto Cortés2017-02-151-45/+4
* transport/file: delete suite tmp dir at teardown (#266)Alberto Cortés2017-02-131-5/+12
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-071-0/+1
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-305-10/+10
* new git fixture pathMáximo Cuadros2017-01-304-4/+4
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-174-17/+16
* server: add git server implementation (#190)Santiago M. Mola2017-01-047-65/+249
* transport: add git-send-pack support to local/ssh. (#163)Santiago M. Mola2016-12-094-0/+124
* transport/internal: error handling fixes and clean up (#160)Santiago M. Mola2016-12-062-0/+36
* transport: add local transport (#145)Santiago M. Mola2016-11-293-0/+129