aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/filesystem
Commit message (Collapse)AuthorAgeFilesLines
* utils: merkletrie, Skip loading sockets as filesystem nodes. Fixes #312steiler2023-11-192-0/+30
|
* 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
|
* fix nilOleg Kovalov2020-07-011-3/+4
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-102-9/+9
|
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-232-3/+4
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* utils: merkletrie, filesystem fix symlinks to dirMáximo Cuadros2017-11-201-0/+36
| | | | 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-192-5/+5
|
* utils: merkletrie fix test on windowsMáximo Cuadros2017-07-181-4/+6
|
* utils: merkletrie support for symlinksMáximo Cuadros2017-06-182-6/+54
|
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-182-5/+5
|
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-152-12/+81
|
* merkletrie: filesystem and index speedup and documentationMáximo Cuadros2017-04-112-103/+106
|
* merkletrie: node support for billy filesystemsMáximo Cuadros2017-04-112-0/+255