aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/internal
Commit message (Collapse)AuthorAgeFilesLines
* simplified sparse checkoutJohn Cai2021-11-092-0/+8
| | | | | | | | | This is the initial logic to support a simple sparse checkout where directories to be included can be specified in CheckoutOptions. This change doesn't fully support the sparse patterns, nor does this change include the optimization to collapse flie entries in ithe index that are excluded via the sparse checkout directory patterns included under the parent directory.
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-108-9/+9
|
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-244-6/+6
| | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
* fix format string issues as found by go vetSantiago M. Mola2017-04-261-1/+1
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-078-9/+9
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* Fix issue 275 (edited) (#276)Alberto Cortés2017-02-223-77/+103
| | | | | | | | | Fix #275 . It was not possible to write a test for this issue as the original fsnoder didn't support filenames with length > 1. Therefore this patch has 3 commits: add support for long filenames in fsnoder. add a test case for the issue using the new long filenames from step 1. fix the issue by comparing paths level by level instead of lexigographically over the whole path.
* simplify noder mocks in test (#265)Alberto Cortés2017-02-131-9/+2
|
* add merkletrie iterator and its helper frame type (#252)Alberto Cortés2017-02-062-0/+199
| | | | | | | | * add merkletrie iterator and its helper frame type * requested changes by mcuadros * reuqested changes: smola
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-306-6/+6
|
* delete old noder, create a new one in utils (#241)Alberto Cortés2017-01-307-0/+1222