scan-git

A tool set for fast and efficient git scanning to capture data with focus on large repos

MIT License

Downloads
13
Stars
4
Committers
3

Bot releases are hidden (Show)

scan-git - 0.1.3 Latest Release

Published by lahmatiy about 1 year ago

  • Fixed size computation of on-disk reverse index (.rev files)
scan-git - 0.1.2

Published by lahmatiy about 1 year ago

  • Added getPathEntry() method
  • Added getPathsEntries() method
  • Fixed reading on-disk reverse index (.rev files)
scan-git - 0.1.1

Published by lahmatiy over 1 year ago

  • Fixed methods for reading loose objects (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 entries
  • Fixed listRemotes() method to always return a sorted list of remotes
  • Fixed stat() method to return stable results disregarding of fs.readdir()'s result list order
scan-git - 0.1.0

Published by lahmatiy about 2 years ago

  • Initial release