add timestamp and hash in blob

This commit is contained in:
grimhilt
2023-08-04 16:01:24 +02:00
parent d5097727cb
commit 94220be935
2 changed files with 28 additions and 7 deletions

View File

@@ -2,8 +2,10 @@
## Blob object
```
file_name timestamp size hash
file_name timestamp1 size timestamp2 hash
```
timestamp1: timestamp of file on server to know if the server has an update
timestamp2: timestamp of file locally to know when the file has changed on the system
## Tree object
```