store blob

This commit is contained in:
grimhilt
2023-06-12 01:16:39 +02:00
parent b914dde525
commit 05d17c296f
5 changed files with 69 additions and 12 deletions

13
docs/store.md Normal file
View File

@@ -0,0 +1,13 @@
## Blob object
```
file_name hash timestamp
```
## Tree object
```
folder_name
tree hash_path folder_name
blob hash_path file_name
```