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
Description:
Build the core object storage system to handle Git objects (blobs, trees, and commits). This issue focuses on storing and retrieving data in a content-addressable format.
Goal Commands:
No user-facing commands yet; internal functions for object storage.
Tasks:
Create blob objects:
Read file contents.
Compress the content using zlib.
Generate a SHA-1 hash for the object.
Write the object to the appropriate path in objects/.
Implement functions to retrieve stored objects by their SHA-1 hash.
Expected Outcome:
Blob objects can be created and retrieved from the objects/ directory.
The text was updated successfully, but these errors were encountered:
Description:
Build the core object storage system to handle Git objects (blobs, trees, and commits). This issue focuses on storing and retrieving data in a content-addressable format.
Goal Commands:
Tasks:
objects/
.Expected Outcome:
objects/
directory.The text was updated successfully, but these errors were encountered: