add lastmodified in store for files

This commit is contained in:
grimhilt
2023-06-19 17:23:52 +02:00
parent e0d4c5efac
commit 5d25429546
3 changed files with 15 additions and 12 deletions

View File

@@ -93,8 +93,6 @@ pub fn add_blob(path: &Path, date: &str) -> io::Result<()> {
let mut content = name.clone().to_owned();
content.push_str(" ");
content.push_str("tmp_hash");
content.push_str(" ");
content.push_str(date);
// create blob object