aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/protocol/packp/updreq_decode.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-241-5/+5
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
* server: add git server implementation (#190)Santiago M. Mola2017-01-041-1/+1
* protocol/packp: use ReferenceName type for Command.Name. (#187)Santiago M. Mola2016-12-151-1/+4
* transport: add git-send-pack support to local/ssh. (#163)Santiago M. Mola2016-12-091-10/+26
* protocol/packp: add reference update request encoder. (#147)Santiago M. Mola2016-12-051-0/+231