Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -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 matchLength | Miguel Molina | 2017-09-07 | 1 | -0/+23 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | packfile: use a modified version of JGit DeltaIndex and DeltaIndexScanner | Miguel Molina | 2017-09-06 | 1 | -0/+276 |
Signed-off-by: Miguel Molina <miguel@erizocosmi.co> |