speed-test #32

Merged
sigil-03 merged 6 commits from speed-test into main 2025-07-22 20:17:12 -06:00
Showing only changes of commit eb7ac21ac8 - Show all commits

View file

@ -52,8 +52,8 @@ impl Comment {
return Err(CommentError::CommentParseError); return Err(CommentError::CommentParseError);
}; };
let author = crate::git::git_log_oldest_author(comment_dir)?; let (author, creation_time) = crate::git::git_log_oldest_author_timestamp(comment_dir)?;
let creation_time = crate::git::git_log_oldest_timestamp(comment_dir)?;
let dir = std::path::PathBuf::from(comment_dir); let dir = std::path::PathBuf::from(comment_dir);
Ok(Self { Ok(Self {