aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/pktline/encoder_test.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-021-37/+0
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* move: format/packp -> protocol/packp (#141)Santiago M. Mola2016-11-251-0/+249
* move: format/packp -> protocol/packp * format/packp -> protocol/packp * format/packp/pktline -> format/pktline. * move: protocol/packp/ulreq/* -> protocol/packp/* * protocol/packp: rename UlReq types to make them unique. * * protocol/packp: namespace UlReq encoder. * protocol/packp: namespace UlReq decoder. * protocol/packp: fix example names * move: protocol/packp/advrefs/* -> protocol/packp/* * further ulreq namespacing * protocol/packp: namespace AdvRefs types.