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
storage: implement a wrapper for multiple storage implementations
Some storage backends need to wrap multiple storage implementations,
such as the file backend: we need to read from both loose objects and
packs. In order to make these two backends appear to be one unified
implementation, add a wrapper implementation that reads from whichever
implementation provides the object. Implement automatic decompression,
since we may end up with some implementations which decompress
automatically and others which do not.
0 commit comments