@discoveryjs/scan-git
Advanced tools
Changelog
0.1.5 (2024-11-15)
maxConcurrency
option to customize the concurrency limit for FS operations, with a default value of 50 (#8)Changelog
0.1.4 (2024-10-30)
repo.currentBranch()
methodrepo.describeRef(ref)
method, which returns an information object about the referencerepo.isOid(value)
method to check if a value is an object IDisGitDir()
and resolveGitDir()
helper functionscreateGitReader()
to automatically attempt adding the .git
folder to the provided gitdir
path, making explicit inclusion of .git
optionalChangelog
0.1.2 (2023-10-12)
getPathEntry()
methodgetPathsEntries()
method.rev
files)Changelog
0.1.1 (2023-01-25)
readObjectHeaderByOid
, readObjectHeaderByHash
, readObjectByOid
and readObjectByHash
) that were not working in some cases due to incorrect formation of the fanout table when fs.readdir()
returns an unsorted list of entrieslistRemotes()
method to always return a sorted list of remotesstat()
method to return stable results disregarding of fs.readdir()
's result list order