aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/filesystem/node.go
Commit message (Collapse)AuthorAgeFilesLines
* simplified sparse checkoutJohn Cai2021-11-091-0/+4
| | | | | | | | | 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.
* Dont skip errorOleg Kovalov2020-07-061-2/+1
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-4/+4
|
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+2
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* Fix support for dir symlinksDmitry Frank2017-11-101-0/+4
|
* utils: merkletrie filesystem based on path, and not in filepathMáximo Cuadros2017-07-191-3/+3
|
* utils: merkletrie support for symlinksMáximo Cuadros2017-06-181-6/+35
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-3/+3
|
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-151-7/+25
|
* merkletrie: filesystem and index speedup and documentationMáximo Cuadros2017-04-111-73/+89
|
* merkletrie: node support for billy filesystemsMáximo Cuadros2017-04-111-0/+128