You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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