aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/delta_selector.go
Commit message (Expand)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
* plumbing: format/packfile, add SaveOriginalMetadata functionJavi Fontan2018-02-091-1/+1
* plumbing: format/packfile, fix panic retrieving object hash.Javi Fontan2018-02-091-2/+3
* plumbing: format/packfile, fix crash with cycle deltasJavi Fontan2018-01-241-1/+2
* Clean reconstructed objects outside pack windowJavi Fontan2018-01-111-13/+19
* Improve delta reutilizationAntonio Jesus Navarro Perez2017-12-201-5/+0
* packfile: delete index maps from memory when no longer neededJeremy Stribling2017-10-301-0/+6
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-12/+35
* packfile: parallelize deltification of objects in groupsMiguel Molina2017-09-071-1/+31
* packfile: use a modified version of JGit DeltaIndex and DeltaIndexScannerMiguel Molina2017-09-061-3/+3
* packfile: reuse delta indexes when possibleMiguel Molina2017-09-061-3/+8
* 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