aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/delta_index.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplificationferhat elmas2017-11-291-3/+1
| | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare`
* packfile: small optimizations for findMatch and matchLengthMiguel Molina2017-09-071-0/+23
| | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
* packfile: use a modified version of JGit DeltaIndex and DeltaIndexScannerMiguel Molina2017-09-061-0/+276
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>