create impl for blob

This commit is contained in:
grimhilt
2023-08-04 15:25:51 +02:00
parent cb43a46456
commit d5097727cb
12 changed files with 90 additions and 54 deletions

View File

@@ -30,7 +30,7 @@ impl Object {
if path == "" {
return Object {
path: PathBuf::from("/"),
hash: String::from(""),
hash: String::new(),
obj_p: head::path(),
ts: None,
}