aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/delta_selector.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: use sliding window in delta calculations, like git CLJeremy Stribling2017-08-281-1/+4
* plumbing: add IsDelta method to ObjectTypeSantiago M. Mola2017-07-271-6/+2
* storage: reuse deltas from packfilesSantiago M. Mola2017-07-271-10/+139
* format/packfile: fix bug when the delta depth is equals to 50Antonio Jesus Navarro Perez2017-05-081-0/+5
* 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
* packfile: delta selection logic (#182)Antonio Navarro Perez2016-12-161-0/+169